Fix pylint config warning (#100251)
This commit is contained in:
parent
2518fbc973
commit
f5aa2559d7
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ disable = [
|
||||||
"use-list-literal", # C405
|
"use-list-literal", # C405
|
||||||
"useless-object-inheritance", # UP004
|
"useless-object-inheritance", # UP004
|
||||||
"useless-return", # PLR1711
|
"useless-return", # PLR1711
|
||||||
"no-self-use", # PLR6301
|
# "no-self-use", # PLR6301 # Optional plugin, not enabled
|
||||||
|
|
||||||
# Handled by mypy
|
# Handled by mypy
|
||||||
# Ref: <https://github.com/antonagestam/pylint-mypy-overlap>
|
# Ref: <https://github.com/antonagestam/pylint-mypy-overlap>
|
||||||
|
|
Loading…
Add table
Reference in a new issue