diff --git a/pyproject.toml b/pyproject.toml index 4d5cc49e..45e872e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,6 @@ extend-select = [ "ANN", "RUF", ] -ignore = [ - "ANN101", # missing-type-self: This can be inferred and will be deprecated by ruff -] [tool.ruff.lint.extend-per-file-ignores] "*.ipynb" = [