Skip to content

Commit 8df0f11

Browse files
julian-smith-artifex-comJorjMcKie
authored andcommitted
tests/test_pylint.py: disable R1726: (simplifiable-condition)
Causes unhelpful spurious test failures.
1 parent 719a1d4 commit 8df0f11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pylint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def test_pylint():
3737
W1309: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
3838
R1734: Consider using [] instead of list() (use-list-literal)
3939
R1727: Boolean condition '0 and g_exceptions_verbose' will always evaluate to '0' (condition-evals-to-constant)
40+
R1726: (simplifiable-condition)
4041
'''
4142
)
4243

0 commit comments

Comments
 (0)