.
This commit is contained in:
commit
75f77df1b6
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'python:3.10' }
|
||||
}
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'pip install --user black'
|
||||
sh 'black ./'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -35,3 +35,4 @@ tornado==6.3.3
|
||||
traitlets==5.11.2
|
||||
tzdata==2023.3
|
||||
wcwidth==0.2.8
|
||||
black==23.10.1
|
Loading…
Reference in New Issue
Block a user