mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 00:56:19 +00:00
🚨 Update pyproject.toml to fix type checking ignorer for examples/ (#31)
This commit is contained in:
@@ -98,7 +98,7 @@ reportUnusedCallResult = false
|
|||||||
reportAny = false
|
reportAny = false
|
||||||
executionEnvironments = [
|
executionEnvironments = [
|
||||||
{ root = "src/pycord_rest/_version.py", reportDeprecated = false },
|
{ root = "src/pycord_rest/_version.py", reportDeprecated = false },
|
||||||
{ root = "examples", reportExplicitAny = false, reportUnknownMemberType = false, reportUnusedParameter = false, reportImplicitOverride = false }
|
{ root = "examples", reportExplicitAny = false, reportUnknownMemberType = false, reportUnusedParameter = false, reportImplicitOverride = false, reportAttributeAccessIssue = false, reportUnknownVariableType = false },
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
|||||||
Reference in New Issue
Block a user