diff --git a/pyproject.toml b/pyproject.toml index c318096..40cb0e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,6 @@ extend-safe-fixes = [ "D415", # docstrings should end with a period, question mark, or exclamation point ] ignore = [ - "A002", "ANN001", "ANN003", "ANN101", # missing type annotation for self