diff --git a/pyproject.toml b/pyproject.toml index e1a28bec4c14b..e936ee6b55b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,12 +113,9 @@ disable = [ "cyclic-import", "duplicate-code", "inconsistent-return-statements", - "invalid-sequence-index", - "literal-comparison", "no-else-continue", "no-else-raise", "no-else-return", - "no-self-use", "redefined-argument-from-local", "too-few-public-methods", "too-many-ancestors",