We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a7801 commit af61e49Copy full SHA for af61e49
setup.cfg
@@ -62,9 +62,12 @@ dev =
62
[flake8]
63
max-line-length = 80
64
extend-ignore =
65
- F401 F403 F405 # Allow from module import *
66
- E251 # Allow call(param = value)
67
- E301 E302 E303 E305 # Allow any number of blank lines
+ # Allow from module import *
+ F401 F403 F405
+ # Allow call(param = value)
68
+ E251
69
+ # Allow any number of blank lines
70
+ E301 E302 E303 E305
71
72
[tool:pytest]
73
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
0 commit comments