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

This commit is contained in:
Deepak Mallubhotla 2020-11-24 12:47:08 -06:00
parent cb5a681117
commit 7744f040f6
Signed by: deepak
GPG Key ID: 64BF53A3369104E7

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'
}
}
}