Browse Source

Downgrade unnecessary type ignore into a warning instead of error

pull/7699/head
Rapptz 3 years ago
parent
commit
d2b69ce19a
  1. 2
      pyproject.toml

2
pyproject.toml

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

Loading…
Cancel
Save