File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 59
59
run : |
60
60
source ci/${{ matrix.jobqueue }}.sh
61
61
jobqueue_after_script
62
+
63
+ lint :
64
+ runs-on : ubuntu-latest
65
+ steps :
66
+ - uses : actions/checkout@v3
67
+ - uses : actions/setup-python@v3
68
+ -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 24.2 .0
3
+ rev : 24.8 .0
4
4
hooks :
5
5
- id : black
6
6
language_version : python3
7
7
- repo : https://github.com/pycqa/flake8
8
- rev : 7.0.0
8
+ rev : 7.1.1
9
9
hooks :
10
10
- id : flake8
11
11
types : [file, python]
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ function jobqueue_install {
10
10
}
11
11
12
12
function jobqueue_script {
13
- flake8 -j auto dask_jobqueue
14
- black --exclude versioneer.py --check .
15
13
pytest --verbose
16
14
}
17
15
You can’t perform that action at this time.
0 commit comments