jcloude/mypy.ini
2025-12-23 19:17:16 +08:00

8 lines
172 B
INI

[mypy]
follow_imports = skip
exclude_gitignore = true
exclude = libs/|tests/
warn_no_return = false
disable_error_code = annotation-unchecked
ignore_missing_imports = true