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 923bd4c commit 3e0fda5Copy full SHA for 3e0fda5
doc/data/messages/i/improve-conditionals/bad.py
@@ -1,4 +1,4 @@
1
def func(expr, node_cls):
2
- # +1:[improve-conditional]
+ # +1:[improve-conditionals]
3
if not isinstance(expr, node_cls) or expr.attrname != "__init__":
4
...
doc/data/messages/i/improve-conditionals/pylintrc
@@ -0,0 +1,2 @@
+[MAIN]
+load-plugins=pylint.extensions.code_style
0 commit comments