This check is overly aggressive and not really useful, especially for non-Python codebase, where the primary use of Python is for testing.
11 lines
297 B
INI
11 lines
297 B
INI
[MASTER]
|
|
disable=
|
|
C0103, # invalid-name
|
|
C0114, # missing-module-docstring
|
|
C0115, # missing-class-docstring
|
|
C0116, # missing-function-docstring
|
|
C0209, # consider-using-f-string
|
|
C0415, # import-outside-toplevel
|
|
R0801, # duplicate-code
|
|
R0903, # too-few-public-methods
|