mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 23:15:48 +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",
|
||||
"docs",
|
||||
]
|
||||
reportUnnecessaryTypeIgnoreComment = true
|
||||
reportUnnecessaryTypeIgnoreComment = "warning"
|
||||
pythonVersion = "3.8"
|
||||
typeCheckingMode = "basic"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user