chore(mypy): silence annotation-unchecked notes

This commit is contained in:
Romain Failliot 2023-04-07 11:11:55 -04:00
parent cfa2353e1a
commit 4e1ba5c05d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
[mypy] [mypy]
warn_unused_ignores = True warn_unused_ignores = True
disallow_incomplete_defs = True disallow_incomplete_defs = True
disable_error_code = annotation-unchecked