This commit is contained in:
4
.flake8
4
.flake8
@@ -1,6 +1,6 @@
|
||||
[flake8]
|
||||
max-line-length = 88
|
||||
extend-ignore = E501,E203,W503,F401,W291,W293,F541,E402,E302,E129,E999
|
||||
extend-ignore = E501,E203,W503,F401,W291,W293,F541,E402,E302,E129,E999,E305,E722,E128,E131,F811,F841
|
||||
|
||||
exclude = .git,__pycache__,.drone.yml*,build,dist,*.egg-info,.venv,venv,.tox
|
||||
exclude = .git,__pycache__,.drone.yml*,build,dist,*.egg-info,.venv,venv,.tox,.history,logs
|
||||
per-file-ignores = __init__.py:F401,tests/*.py:E501
|
||||
|
||||
Reference in New Issue
Block a user