[flake8]
max-complexity = 12
max-line-length = 120
exclude = migrations settings
ignore = E401,W391,E128,E261,E731,Q000,W504,W606

per-file-ignores =
    */__init__.py:F401,F403
