Disable pylint check for too-few-public-methods

This check is overly aggressive and not really useful, especially for
non-Python codebase, where the primary use of Python is for testing.
This commit is contained in:
Tom Krizek 2023-04-05 10:48:57 +02:00
parent 952776b61f
commit 6f134283eb
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -7,3 +7,4 @@ disable=
C0209, # consider-using-f-string
C0415, # import-outside-toplevel
R0801, # duplicate-code
R0903, # too-few-public-methods