diff --git a/pyproject.toml b/pyproject.toml index 7e4a30f5f4..ffaf9d7223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -214,7 +214,7 @@ lint.ignore = [ "B905", "E501", "S101", - "T201"] +] # Allow autofix for all enabled rules (when `--fix`) is provided. lint.fixable = [ "A", # flake8-builtins