mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 18:04:20 +08:00
feat: add MyTT.pyi type stubs, enable strict mypy
- Create type stub file for 50+ MyTT indicator functions - Covers all 31 functions used in the project + common utilities - Remove mypy disallow_untyped_defs/calls override for MyTT - MyTT now covered by strict mypy via .pyi stubs
This commit is contained in:
+1
-2
@@ -29,8 +29,7 @@ ignore_missing_imports = true
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = "easy_tdx.MyTT"
|
||||
disallow_untyped_defs = false
|
||||
disallow_untyped_calls = false
|
||||
# Type stubs provided via MyTT.pyi — keep strict checks enabled
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py310"
|
||||
|
||||
Reference in New Issue
Block a user