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 40dc436 commit f2d447cCopy full SHA for f2d447c
setup.cfg
@@ -16,7 +16,7 @@ testpaths =
16
max-line-length = 127
17
18
[pylint.'MESSAGES CONTROL']
19
-disable = "no-member,protected-access,global-statement"
+disable = no-member,protected-access,global-statement
20
21
# setup Flake8 configuration
22
[flake8]
0 commit comments