File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 5
5
branches : [main]
6
6
pull_request :
7
7
branches : [main]
8
+ schedule :
9
+ - cron : " 0 5 1,15 * *"
8
10
9
11
concurrency :
10
12
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ repos:
11
11
hooks :
12
12
- id : black
13
13
- repo : https://github.com/asottile/blacken-docs
14
- rev : 1.15 .0
14
+ rev : 1.16 .0
15
15
hooks :
16
16
- id : blacken-docs
17
17
- repo : https://github.com/pre-commit/mirrors-prettier
18
- rev : v3.0.1
18
+ rev : v3.0.2
19
19
hooks :
20
20
- id : prettier
21
21
# Newer versions of node don't work on systems that have an older version of GLIBC
25
25
# https://github.com/jupyterlab/jupyterlab/issues/12675
26
26
language_version : " 17.9.1"
27
27
- repo : https://github.com/astral-sh/ruff-pre-commit
28
- rev : v0.0.284
28
+ rev : v0.0.285
29
29
hooks :
30
30
- id : ruff
31
31
args : [--fix, --exit-non-zero-on-fix]
43
43
args : [--fix=lf]
44
44
- id : trailing-whitespace
45
45
- id : check-case-conflict
46
+ # Check that there are no merge conflicts (could be generated by template sync)
47
+ - id : check-merge-conflict
48
+ args : [--assume-in-merge]
46
49
- repo : local
47
50
hooks :
48
51
- id : forbid-to-commit
You can’t perform that action at this time.
0 commit comments