mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
Silent pylint's line-too-long warning as it's handled better by black
Black allows the lines with string literals to be longer, which is convenient for descriptive error messages.
This commit is contained in:
parent
8cdfccf140
commit
02d1c5fc89
@ -5,6 +5,7 @@ disable=
|
|||||||
C0115, # missing-class-docstring
|
C0115, # missing-class-docstring
|
||||||
C0116, # missing-function-docstring
|
C0116, # missing-function-docstring
|
||||||
C0209, # consider-using-f-string
|
C0209, # consider-using-f-string
|
||||||
|
C0301, # line-too-long, handled better by black
|
||||||
C0415, # import-outside-toplevel
|
C0415, # import-outside-toplevel
|
||||||
R0801, # duplicate-code
|
R0801, # duplicate-code
|
||||||
R0903, # too-few-public-methods
|
R0903, # too-few-public-methods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user