Skip to content

Commit

Permalink
increasing max locals and args
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Apr 11, 2023
1 parent ef6e84b commit d84204a
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
Expand Up @@ -9,6 +9,7 @@
max-line-length=150
disable=broad-except
init-hook='import sys; sys.path.append("./")'
max-args=10
max-args=15
max-locals=20
min-public-methods=0
fail-under=9.5

0 comments on commit d84204a

Please sign in to comment.