mypy is annoying

This commit is contained in:
CarterPerez-dev 2025-11-12 15:37:53 -05:00
parent 116460f01a
commit a53ac282d5
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ disable_error_code = [
"call-arg",
"dict-item",
"abstract",
"import-untyped",
]