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