We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff86048 commit 305822bCopy full SHA for 305822b
.pylintrc
@@ -1,13 +1,6 @@
1
[pylint.messages_control]
2
disable =
3
- C0303, # Trailing whitespace
4
- C0103, # Variable names
5
- C0305, # Trailing newlines
6
- C0304, # Missing final line
7
C0301, # Line too long
8
I1101, E1101, # C-modules members
9
- W0621, # Redefine outer name
10
- R0913 # Too many arguments
11
-
12
-[MASTER]
13
-ignore-paths = ^tests/ # Ignore the tests folder
+ R0913, # Too many arguments
+ R0914 # Too many local variables
0 commit comments