mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-21 17:16:51 +03:00
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>
This commit is contained in:
parent
3802572a88
commit
4cdfea3977
1
.flake8
1
.flake8
|
@ -1,3 +1,4 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = docs
|
exclude = docs
|
||||||
max-line-length = 119
|
max-line-length = 119
|
||||||
|
extend-ignore = E203
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 119
|
max-line-length = 119
|
||||||
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv,.venv
|
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv,.venv
|
||||||
|
extend-ignore = E203
|
||||||
|
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
max-line-length = 119
|
max-line-length = 119
|
||||||
|
|
Loading…
Reference in New Issue
Block a user