Skip to content

Commit

Permalink
MAINT: disable too-many-arguments and too-many-positional-arguments
Browse files Browse the repository at this point in the history
The way stackstorm is designed means this is always going to be an issue
  • Loading branch information
anish-mudaraddi committed Sep 24, 2024
1 parent 9420c6b commit 861a5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ max-line-length=120
# R0801: Similar lines - Imports and method signatures will flag this, such as forwarding action args
# C0116: Missing method docstring - Adds too much noise

disable=C0114,C0115,E0401,W0511,R0801,C0116
disable=C0114,C0115,E0401,W0511,R0801,C0116,R0917,R0913

0 comments on commit 861a5f2

Please sign in to comment.