diff --git a/pyproject.toml b/pyproject.toml index d34de17..c9250da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ select = ["ALL"] ignore = [ "T201", # `print` found "S101", # Use of assert detected - "ANN101", # Missing type annotation for self in method "D100", # Missing docstring in public module "D104", # Missing docstring in public package "D105", # Missing docstring in magic method