mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03: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
|