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 23701ea commit a4ed988Copy full SHA for a4ed988
setup.cfg
@@ -34,7 +34,6 @@ ignore =
34
F401 # module imported but unused
35
W504 # line break after binary operator
36
E127 # continuation line over-indented for visual indent
37
- W504 # line break after binary operator
38
E231 # missing whitespace after ‘,’, ‘;’, or ‘:’
39
E501 # line too long
40
F403 # ‘from module import *’ used; unable to detect undefined names
0 commit comments