mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 22:39:58 -04:00
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:
parent
1acb8a3f39
commit
b9596d2107
1 changed files with 1 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ disable=
|
|||
C0209, # consider-using-f-string
|
||||
C0415, # import-outside-toplevel
|
||||
R0801, # duplicate-code
|
||||
R0903, # too-few-public-methods
|
||||
|
|
|
|||
Loading…
Reference in a new issue