Skip to content

Commit 371adb1

Browse files
committed
Update .pylintrc
Add too-many-positional arguments exception. This error will be addressed in the next release.
1 parent 62a8e7a commit 371adb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ disable=
4646
too-many-instance-attributes,
4747
too-many-lines,
4848
too-many-locals,
49+
too-many-positional-arguments,
4950
too-many-public-methods,
5051
too-many-return-statements,
5152
too-many-statements,

0 commit comments

Comments
 (0)