Fix pylint config warning (#100251)

This commit is contained in:
Marc Mueller 2023-09-13 08:14:01 +02:00 committed by GitHub
parent 2518fbc973
commit f5aa2559d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>