Update mypy automation to Python 3.13
This commit is contained in:
@@ -4,12 +4,9 @@ import subprocess
|
|||||||
|
|
||||||
def test_typeCompliance():
|
def test_typeCompliance():
|
||||||
command = [
|
command = [
|
||||||
"mypy",
|
"./.venv/bin/mypy",
|
||||||
#"--allow-untyped-defs",
|
"--check-untyped-defs",
|
||||||
#"--follow-imports", "skip",
|
"--python-version", "3.13",
|
||||||
#"--ignore-missing-imports",
|
|
||||||
#"--no-check-untyped-defs",
|
|
||||||
"--python-version", "3.10",
|
|
||||||
"--show-error-codes",
|
"--show-error-codes",
|
||||||
"mcpacker"
|
"mcpacker"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user