diff --git a/pyproject.toml b/pyproject.toml index dc4ed8f..0b9c53b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,9 +68,8 @@ include = [ [tool.ruff.lint] ignore = [ - "A002", # shadowing built-in - "ANN101", # missing type annotation for self in method - "ANN102", # missing type annotation for cls in classmethod + "A002", # shadowing built-in name + "A004", # shadowing built-in "ANN202", # missing return type for private method "ANN401", # typing.Any usage "D203", # 1 blank line required before class docstring