[flake8]
extend-ignore = F401,F403,F405,E203,E731
max-line-length = 88
per-file-ignores =
    python_tests/*: E501
