Skip to content

Commit

Permalink
Disable pylint check for too-few-public-methods
Browse files Browse the repository at this point in the history
This check is overly aggressive and not really useful, especially for
non-Python codebase, where the primary use of Python is for testing.
  • Loading branch information
nicki-krizek committed May 22, 2023
1 parent 952776b commit 6f13428
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 @@ -7,3 +7,4 @@ disable=
C0209, # consider-using-f-string
C0415, # import-outside-toplevel
R0801, # duplicate-code
R0903, # too-few-public-methods

0 comments on commit 6f13428

Please sign in to comment.