diff --git a/template/pyproject.toml.jinja b/template/pyproject.toml.jinja index d50700be..72076ab7 100644 --- a/template/pyproject.toml.jinja +++ b/template/pyproject.toml.jinja @@ -120,8 +120,6 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$" # Enable Pyflakes `E` and `F` codes by default. select = ["ALL"] ignore = [ - "ANN101", # Missing type annotation for `self` in method - "ANN102", # Missing type annotation for `cls` in classmethod "ANN204", # Missing return type annotation for special (dunder) method "FBT", # Using boolean function arguments "TD", # TODOs