diff --git a/pyproject.toml b/pyproject.toml index 7e9ef35336..ac52bd9c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,13 +158,3 @@ ignore = [ "B905", # `zip()` without an explicit `strict=` parameter "RUF012", # mutable default values in class attributes ] - -fixable = [ - "E", # pycodestyle - "F", # pyflakes - "W", # pycodestyle - "B", # bugbear - "I", # isort - "RUF", # ruff - "UP", # pyupgrade -]