added .flake8 file
This commit is contained in:
parent
a099325707
commit
37d0e32fcd
1 changed files with 12 additions and 0 deletions
12
.flake8
Normal file
12
.flake8
Normal file
|
@ -0,0 +1,12 @@
|
|||
[flake8]
|
||||
ignore = W391,W503,E126,E127,E402
|
||||
exclude =
|
||||
test/,
|
||||
.scripts/,
|
||||
libs/,
|
||||
__pycache__,
|
||||
.git/,
|
||||
.cache
|
||||
|
||||
max-line-length: 150
|
||||
|
Loading…
Add table
Reference in a new issue