mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🔧 修改 basedpyright 配置 (#573)
* 🔧 修改 basedpyright 配置 * 🚨 auto fix by pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -160,6 +160,12 @@ pythonVersion = "3.10"
|
||||
pythonPlatform = "All"
|
||||
defineConstant = { PYDANTIC_V2 = true }
|
||||
typeCheckingMode = "standard"
|
||||
reportExplicitAny = 'hint'
|
||||
reportUnnecessaryTypeIgnoreComment = 'error'
|
||||
reportImplicitOverride = 'error'
|
||||
reportUnnecessaryComparison = 'error'
|
||||
reportImplicitAbstractClass = 'error'
|
||||
enableTypeIgnoreComments = false
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "1.11.0"
|
||||
|
||||
Reference in New Issue
Block a user