mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-13 12:22:04 +00:00
Add mypy configuration
This commit is contained in:
parent
614c5ec02b
commit
2272150f93
2 changed files with 6 additions and 1 deletions
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -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
4
mypy.ini
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[mypy]
|
||||||
|
check_untyped_defs = True
|
||||||
|
warn_unused_configs = True
|
||||||
|
files = .
|
Loading…
Add table
Add a link
Reference in a new issue