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 719a1d4 commit 8df0f11Copy full SHA for 8df0f11
tests/test_pylint.py
@@ -37,6 +37,7 @@ def test_pylint():
37
W1309: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
38
R1734: Consider using [] instead of list() (use-list-literal)
39
R1727: Boolean condition '0 and g_exceptions_verbose' will always evaluate to '0' (condition-evals-to-constant)
40
+ R1726: (simplifiable-condition)
41
'''
42
)
43
0 commit comments