Update comment
This commit is contained in:
parent
486488e2cd
commit
9c6437b3b9
2
.flake8
2
.flake8
@ -32,7 +32,7 @@ exclude = .*,__pycache__,resources.py
|
|||||||
# D403: First word of the first line should be properly capitalized
|
# D403: First word of the first line should be properly capitalized
|
||||||
# (false-positives)
|
# (false-positives)
|
||||||
# D413: Missing blank line after last section (not in pep257?)
|
# D413: Missing blank line after last section (not in pep257?)
|
||||||
# A003: Builtin name for class attribute (needed for attrs)
|
# A003: Builtin name for class attribute (needed for overridden methods)
|
||||||
ignore =
|
ignore =
|
||||||
B001,B008,B305,
|
B001,B008,B305,
|
||||||
E128,E226,E265,E501,E402,E266,E722,E731,
|
E128,E226,E265,E501,E402,E266,E722,E731,
|
||||||
|
Loading…
Reference in New Issue
Block a user