[flake8] exclude = .venv/,.pytest_cache/,example/*/migrations/*.py,testing/migrations/*.py ignore = E402 max-line-length = 119 [tool:pytest] DJANGO_SETTINGS_MODULE = testing.settings