Downgrade unnecessary type ignore into a warning instead of error

This commit is contained in:
Rapptz 2022-03-16 01:01:18 -04:00
parent 380e9118d5
commit d2b69ce19a

View File

@ -41,7 +41,7 @@ exclude = [
"dist",
"docs",
]
reportUnnecessaryTypeIgnoreComment = true
reportUnnecessaryTypeIgnoreComment = "warning"
pythonVersion = "3.8"
typeCheckingMode = "basic"