diff --git a/pyproject.toml b/pyproject.toml index 2898fea..502a6e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,8 +85,6 @@ exclude = ["docs"] [tool.ruff.lint] select = ["ALL"] ignore = [ - "ANN101", - "ANN102", "D203", "D211", "D212",