diff --git a/.pylintrc.toml b/.pylintrc.toml index d9c1d3b5b7..270b594537 100644 --- a/.pylintrc.toml +++ b/.pylintrc.toml @@ -450,6 +450,10 @@ disable = [ "unused-import", "use-a-generator", "use-dict-literal", + + # Legitimately disabled checks that should not be re-enabled: + "ungrouped-imports", # isort-handled: https://github.com/pylint-dev/pylint/issues/9977 + "wrong-import-order", # isort-handled: https://github.com/pylint-dev/pylint/issues/9977 ] # Enable the message, report, category or checker with the given id(s). You can