1
0
Fork 0
django-changelist-inline/setup.cfg

13 lines
215 B
INI

[flake8]
exclude = testing/migrations/*.py
ignore = E402
max-line-length = 120
[tool:pytest]
addopts = --ds=settings
python_files = test_*.py
[mypy]
exclude = /(migrations|settings)/
ignore_missing_imports = True