mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Remove unused imports and make exports explicit
This allows Pyright to actually catch these errors, which would be useful for CI purposes in the future.
This commit is contained in:
@ -42,6 +42,7 @@ exclude = [
|
||||
"docs",
|
||||
]
|
||||
reportUnnecessaryTypeIgnoreComment = "warning"
|
||||
reportUnusedImport = "error"
|
||||
pythonVersion = "3.8"
|
||||
typeCheckingMode = "basic"
|
||||
|
||||
|
Reference in New Issue
Block a user