Add ANN002, and ANN003 rules

This commit is contained in:
Julian Stirling 2025-08-27 13:33:11 +01:00
parent 24233412af
commit d673196671
6 changed files with 11 additions and 11 deletions

View file

@ -126,7 +126,7 @@ select = [
"N", # PEP8 naming
"D", # Docstring checks
"ERA001", # Commented out code!
"ANN001",
"ANN001", "ANN002", "ANN003",
]
ignore = [