diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 43d30bf2a..49eafdc33 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -109,8 +109,6 @@ select = [ ] {% endif %} ignore = [ - "ANN101", # Supress missing-type-self. - "ANN102", # Supress missing-type-cls. "ANN202", # Don't requiere return type annotation for private functions. "ANN401", # Allow type annotation with type Any. "D100", # Supress undocumented-public-module. Only doc of public api required.