Skip to content

Instantly share code, notes, and snippets.

@htv2012
Created October 9, 2025 20:15
Show Gist options
  • Save htv2012/852f57a4cba02794d6a669712645b837 to your computer and use it in GitHub Desktop.
Save htv2012/852f57a4cba02794d6a669712645b837 to your computer and use it in GitHub Desktop.
Mypy config
[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