diff --git a/pyproject.toml b/pyproject.toml index 453e1eb..1150d24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,10 +152,8 @@ select = [ "RUF", ] ignore = [ - "ANN101", # Annotation for 'self' "ANN002", # Annotations for *args "ANN003", # Annotations for **kwargs - "PT004" ] [tool.ruff.lint.isort]