mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Downgrade unnecessary type ignore into a warning instead of error
This commit is contained in:
parent
380e9118d5
commit
d2b69ce19a
@ -41,7 +41,7 @@ exclude = [
|
|||||||
"dist",
|
"dist",
|
||||||
"docs",
|
"docs",
|
||||||
]
|
]
|
||||||
reportUnnecessaryTypeIgnoreComment = true
|
reportUnnecessaryTypeIgnoreComment = "warning"
|
||||||
pythonVersion = "3.8"
|
pythonVersion = "3.8"
|
||||||
typeCheckingMode = "basic"
|
typeCheckingMode = "basic"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user