mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-27 07:34:43 +00:00
* add compatibility options for black and flake8 * remove flake8 args option --------- Co-authored-by: 성민우 <minwoo@seongmin-uui-MacBookPro.local>
4 lines
67 B
INI
4 lines
67 B
INI
[flake8]
|
|
exclude = docs
|
|
max-line-length = 119
|
|
extend-ignore = E203
|