mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00:00
Black allows the lines with string literals to be longer, which is convenient for descriptive error messages.
12 lines
349 B
INI
12 lines
349 B
INI
[MASTER]
|
|
disable=
|
|
C0103, # invalid-name
|
|
C0114, # missing-module-docstring
|
|
C0115, # missing-class-docstring
|
|
C0116, # missing-function-docstring
|
|
C0209, # consider-using-f-string
|
|
C0301, # line-too-long, handled better by black
|
|
C0415, # import-outside-toplevel
|
|
R0801, # duplicate-code
|
|
R0903, # too-few-public-methods
|