16 lines
300 B
INI
16 lines
300 B
INI
[flake8]
|
|
exclude = .venv/,.mypy_cache/,.pytest_cache/,example/*/migrations/*.py,testing/migrations/*.py
|
|
ignore = E402
|
|
max-line-length = 119
|
|
|
|
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE = testing.settings
|
|
|
|
[mypy]
|
|
|
|
[mypy-django.*]
|
|
ignore_missing_imports = true
|
|
|
|
[mypy-factory.*]
|
|
ignore_missing_imports = true
|