[flake8]
per-file-ignores =
  tests/scripts/import_all.py: F401, F403
max-line-length = 160
ignore = E501, C901
extend-ignore = E203, W503
