adds target for mypy
All checks were successful
gitea-physics/pysuperconductor/pipeline/head This commit looks good

This commit is contained in:
2020-11-24 12:47:08 -06:00
parent cb5a681117
commit 7744f040f6

2
Jenkinsfile vendored
View File

@@ -42,7 +42,7 @@ pipeline {
}
stage('mypy') {
steps {
sh '${POETRY_HOME}/bin/poetry run mypy'
sh '${POETRY_HOME}/bin/poetry run mypy pysuperconductor'
}
}
}