|
@@ -118,7 +118,6 @@ disable=consider-using-f-string,
|
|
too-many-function-args, # mypy handles this with less false positives.
|
|
too-many-function-args, # mypy handles this with less false positives.
|
|
too-many-instance-attributes,
|
|
too-many-instance-attributes,
|
|
no-member, # mypy also handles this better.
|
|
no-member, # mypy also handles this better.
|
|
- duplicate-code, # To be removed by the end of this patch series.
|
|
|
|
|
|
|
|
[pylint.basic]
|
|
[pylint.basic]
|
|
# Good variable names which should always be accepted, separated by a comma.
|
|
# Good variable names which should always be accepted, separated by a comma.
|