Skip to content

Commit

Permalink
Disable pylint for .pyi stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Mar 17, 2024
1 parent aa39258 commit c54c2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ disable=
R0913, # too-many-arguments
R0914, # too-many-local-variables
R0915, # too-many-statements
ignore-patterns=.*\.pyi$
max-line-length=160

0 comments on commit c54c2e3

Please sign in to comment.