We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09116cb commit 82c5938Copy full SHA for 82c5938
1 file changed
_unittests/ut_module/test_code_style.py
@@ -40,7 +40,8 @@ def test_style_test(self):
40
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
41
pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
42
'C0111', 'W0212', 'W0212', 'W0107', 'C0415',
43
- 'R1730', 'R1731', 'C0209', 'C3001', 'R1735'),
+ 'R1730', 'R1731', 'C0209', 'C3001', 'R1735',
44
+ 'W0719'),
45
skip=["Module 'pygame' has no 'init' member",
46
"Module 'pygame' has no 'MOUSEBUTTONUP' member",
47
"test_graph_distance.py:122: W0612",
0 commit comments