flake8: Ignore all dotfiles
This commit is contained in:
parent
aabee4828e
commit
ac2553794c
2
.flake8
2
.flake8
@ -1,5 +1,5 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
exclude = .venv,.hypothesis,.git,__pycache__,resources.py
|
exclude = .*,__pycache__,resources.py
|
||||||
# E128: continuation line under-indented for visual indent
|
# E128: continuation line under-indented for visual indent
|
||||||
# E226: missing whitespace around arithmetic operator
|
# E226: missing whitespace around arithmetic operator
|
||||||
# E265: Block comment should start with '#'
|
# E265: Block comment should start with '#'
|
||||||
|
Loading…
Reference in New Issue
Block a user