Skip to content

Commit 2005db4

Browse files
authored
pylint (#759)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent c62678c commit 2005db4

File tree

5 files changed

+174
-199
lines changed

5 files changed

+174
-199
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ ignored-parents=
288288

289289
# Maximum number of arguments for function / method.
290290
max-args=12
291-
max-positional-arguments = 8
291+
max-positional-arguments = 16
292292

293293
# Maximum number of attributes for a class (see R0902).
294294
max-attributes=16

0 commit comments

Comments
 (0)