Skip to content

Commit a4fe979

Browse files
committed
Use mypy task instead of command
1 parent b4bd00b commit a4fe979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.teamcity/Templates/MyPyTemplate.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object MyPyTemplate : Template({
2828
workingDir = "imod-python"
2929
scriptContent = """
3030
pixi run --environment default --frozen mypy_report
31-
pixi run --environment default --frozen mypy
31+
pixi run --environment default --frozen mypy_lint
3232
""".trimIndent()
3333
formatStderrAsError = true
3434
dockerImage = "%DockerContainer%:%DockerVersion%"

0 commit comments

Comments
 (0)