Add return typehints to magic methods

This commit is contained in:
Julian Stirling 2025-08-27 14:04:25 +01:00
parent 4c46330959
commit 2ce49088e7
17 changed files with 41 additions and 34 deletions

View file

@ -134,7 +134,6 @@ ignore = [
"D203", # incompatible with D204
"D213", # incompatible with D212
"D400", # A stricter version of #415 that doesn't allow !
"ANN204", # Requrite type hints for
"ANN401", # Disalows Any, Any is needed at times, Once MyPy is running Any will be
# handled appropriately
]