mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
4cdfea3977
* add compatibility options for black and flake8 * remove flake8 args option --------- Co-authored-by: 성민우 <minwoo@seongmin-uui-MacBookPro.local>
5 lines
67 B
INI
5 lines
67 B
INI
[flake8]
|
|
exclude = docs
|
|
max-line-length = 119
|
|
extend-ignore = E203
|