diff --git a/pyproject.toml b/pyproject.toml index 766338b..878f474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,7 +152,7 @@ extend-select = [ ] # Document reasons for ignoring specific linting errors -extend-ignore = [ +ignore = [ # Not applicable "AIR", # Dangerous false positives https://github.com/astral-sh/ruff/issues/4845