Skip to content

Commit

Permalink
ops: add black to the linting stage close #35
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelJNunez committed Mar 16, 2021
1 parent 9c209a5 commit 7843bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pipeline {
stage('Linting') {
steps {
sh 'poetry run task lint'
sh 'poetry run task black'
}
}

Expand Down

0 comments on commit 7843bcb

Please sign in to comment.