Created
October 9, 2025 20:15
-
-
Save htv2012/852f57a4cba02794d6a669712645b837 to your computer and use it in GitHub Desktop.
Mypy config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.mypy] | |
check_untyped_defs = true | |
ignore_missing_imports = true | |
pretty = true | |
show_error_codes = true | |
warn_return_any = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment