mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 16:23:50 +08:00
a5cee30aa6
date: 2024-06-25T13:13:17
commit: 69a099242f
12 lines
209 B
INI
12 lines
209 B
INI
[mypy]
|
|
; third-party packages
|
|
ignore_missing_imports = True
|
|
|
|
; helpful warnings
|
|
warn_redundant_casts = True
|
|
warn_unreachable = True
|
|
warn_unused_ignores = True
|
|
|
|
; restrict dynamic typing
|
|
warn_return_any = True
|