mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Downgrade unnecessary type ignore into a warning instead of error
This commit is contained in:
@@ -41,7 +41,7 @@ exclude = [
|
|||||||
"dist",
|
"dist",
|
||||||
"docs",
|
"docs",
|
||||||
]
|
]
|
||||||
reportUnnecessaryTypeIgnoreComment = true
|
reportUnnecessaryTypeIgnoreComment = "warning"
|
||||||
pythonVersion = "3.8"
|
pythonVersion = "3.8"
|
||||||
typeCheckingMode = "basic"
|
typeCheckingMode = "basic"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user