Skip to content

Commit 24c29be

Browse files
committed
Pylint: disable too-many-positional-arguments
1 parent a30f0d8 commit 24c29be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[MESSAGES CONTROL]
2-
disable = duplicate-code, fixme, missing-docstring, multiple-imports, too-many-arguments, too-many-locals
2+
disable = duplicate-code, fixme, missing-docstring, multiple-imports, too-many-arguments, too-many-locals, too-many-positional-arguments
33

44
[FORMAT]
55
max-line-length = 150

0 commit comments

Comments
 (0)