Skip to content

Commit

Permalink
.pylintrc: disable too-many-positional-arguments warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Sep 21, 2024
1 parent 757620f commit 6e3a0a3
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 @@ -74,7 +74,8 @@ disable=
consider-using-join,
too-many-boolean-expressions,
useless-object-inheritance,
use-a-generator
use-a-generator,
too-many-positional-arguments
[REPORTS]
reports=no
[TYPECHECK]
Expand Down

0 comments on commit 6e3a0a3

Please sign in to comment.