Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4d77f commit 0bb6453Copy full SHA for 0bb6453
1 file changed
lib/matplotlib/tests/test_coding_standards.py
@@ -33,7 +33,8 @@
33
'E129',
34
'E131',
35
'E265',
36
- 'E266']
+ 'E266',
37
+ 'W503']
38
39
EXTRA_EXCLUDE_FILE = os.path.join(os.path.dirname(__file__),
40
'.pep8_test_exclude.txt')
0 commit comments