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.

(cherry picked from commit 6f134283eb)
This commit is contained in:
Tom Krizek
2023-04-05 10:48:57 +02:00
parent 1acb8a3f39
commit b9596d2107

View File

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