]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable pylint check for too-few-public-methods
authorTom Krizek <tkrizek@isc.org>
Wed, 5 Apr 2023 08:48:57 +0000 (10:48 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 22 May 2023 12:11:40 +0000 (14:11 +0200)
This check is overly aggressive and not really useful, especially for
non-Python codebase, where the primary use of Python is for testing.

.pylintrc

index f9b1110547fb1fde382feeff3ec667882587aad2..07d503514d1399cc531277e0338a4bf34472ac1d 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -7,3 +7,4 @@ disable=
     C0209, # consider-using-f-string
     C0415, # import-outside-toplevel
     R0801, # duplicate-code
+    R0903, # too-few-public-methods