We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6280e5 commit 77acca9Copy full SHA for 77acca9
.pylintrc
@@ -1,12 +1,10 @@
1
[MESSAGES CONTROL]
2
-disable=bad-continuation,
3
- consider-using-from-import,
+disable=consider-using-from-import,
4
consider-using-with,
5
duplicate-code,
6
global-variable-undefined,
7
invalid-name,
8
missing-docstring,
9
- no-self-use,
10
protected-access,
11
too-few-public-methods,
12
too-many-return-statements,
0 commit comments