Skip to content

Commit

Permalink
Disable pylint too-many-arguments warning (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Oct 27, 2023
1 parent 48d8602 commit b3d654a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[MESSAGES CONTROL]
disable=too-many-instance-attributes,
too-few-public-methods,
too-few-public-methods,
too-many-branches,
too-many-return-statements,
too-many-locals,
too-many-arguments,
broad-exception-raised,
fixme

0 comments on commit b3d654a

Please sign in to comment.