Skip to content

Commit 305822b

Browse files
authored
Update .pylintrc
1 parent ff86048 commit 305822b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.pylintrc

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
[pylint.messages_control]
22
disable =
3-
C0303, # Trailing whitespace
4-
C0103, # Variable names
5-
C0305, # Trailing newlines
6-
C0304, # Missing final line
73
C0301, # Line too long
84
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
5+
R0913, # Too many arguments
6+
R0914 # Too many local variables

0 commit comments

Comments
 (0)