Add mypy configuration

This commit is contained in:
Odd Stråbø 2025-09-16 05:27:11 +02:00
commit 2272150f93
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ {
"recommendations": [ "recommendations": [
"ms-vscode-remote.remote-containers", "ms-vscode-remote.remote-containers",
"ms-python.black-formatter" "ms-python.black-formatter",
"ms-python.mypy-type-checker"
] ]
} }

4
mypy.ini Normal file
View file

@ -0,0 +1,4 @@
[mypy]
check_untyped_defs = True
warn_unused_configs = True
files = .