cookiecutter-django/.flake8
MinWoo Sung 4cdfea3977
add compatibility options for black and flake8 (#4541)
* add compatibility options for black and flake8

* remove flake8 args option

---------

Co-authored-by: 성민우 <minwoo@seongmin-uui-MacBookPro.local>
2023-08-28 11:09:15 +01:00

5 lines
67 B
INI

[flake8]
exclude = docs
max-line-length = 119
extend-ignore = E203