12
.flake8
12
.flake8
@@ -1,12 +1,4 @@
|
||||
[flake8]
|
||||
max-line-length = 127
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__,
|
||||
.venv,
|
||||
venv,
|
||||
.pytest_cache
|
||||
ignore =
|
||||
E203, # whitespace before ':'
|
||||
W503, # line break before binary operator
|
||||
E501, # line too long (handled by black)
|
||||
exclude = .git,__pycache__,.venv,venv,.pytest_cache
|
||||
ignore = E203,W503,E501
|
Reference in New Issue
Block a user