mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-16 12:28:06 +00:00
chore: sync local assets for ddd doc steward
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[mypy]
|
||||
python_version = 3.10
|
||||
warn_return_any = False
|
||||
warn_unused_configs = True
|
||||
disallow_untyped_defs = False
|
||||
check_untyped_defs = True
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
show_error_codes = True
|
||||
|
||||
# Gradual typing - be lenient for now
|
||||
disallow_incomplete_defs = False
|
||||
disallow_untyped_calls = False
|
||||
Reference in New Issue
Block a user