mirror of https://github.com/Nonannet/pyhoff.git
flake8 config updated
This commit is contained in:
parent
2d69ffc7d5
commit
b68b32680a
5
.flake8
5
.flake8
|
@ -13,12 +13,7 @@ exclude =
|
||||||
build,
|
build,
|
||||||
dist,
|
dist,
|
||||||
.conda
|
.conda
|
||||||
test.py
|
|
||||||
|
|
||||||
# Enable specific plugins or options
|
# Enable specific plugins or options
|
||||||
# Example: Enabling flake8-docstrings
|
# Example: Enabling flake8-docstrings
|
||||||
select = C,E,F,W,D
|
select = C,E,F,W,D
|
||||||
|
|
||||||
# Specify custom error codes to ignore or enable
|
|
||||||
per-file-ignores =
|
|
||||||
tests/*: D
|
|
Loading…
Reference in New Issue