mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-03-16 21:00:23 +00:00
7 lines
110 B
INI
7 lines
110 B
INI
[flake8]
|
|
exclude = docs
|
|
max-line-length = 88
|
|
|
|
[isort]
|
|
profile = black
|
|
known_first_party = tests,scripts,hooks
|