cookiecutter-django/setup.cfg

8 lines
110 B
INI

[flake8]
exclude = docs
max-line-length = 88
[isort]
profile = black
known_first_party = tests,scripts,hooks