Add default flake8 settings
This commit is contained in:
parent
8bb25a4f66
commit
cbd32fb814
1 changed files with 4 additions and 0 deletions
4
src/setup.cfg
Normal file
4
src/setup.cfg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[flake8]
|
||||
ignore = E203, E231, E266, E501, W503, W605, B028, R502, R503
|
||||
max-line-length = 160
|
||||
exclude = migrations,static,_static,build,*settings.py,.tox/*,local
|
||||
Loading…
Add table
Add a link
Reference in a new issue