1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 08:22:56 +01:00

flake8 should extend_ignore not ignore

This commit is contained in:
David Lynch 2019-05-25 20:04:54 -05:00
parent 66576048da
commit 4d93f84efa

View file

@ -1,9 +1,7 @@
[flake8] [flake8]
ignore = extend_ignore =
# E128 continuation line under-indented for visual indent # E128 continuation line under-indented for visual indent
# E128, # E128,
# E501 line too long # E501 line too long
E501 E501
# W504 line break after binary operator
W504
exclude = .git,__pycache__,venv exclude = .git,__pycache__,venv