mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -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.
This commit is contained in:
parent
952776b61f
commit
6f134283eb
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