Skip to content

Commit b663f51

Browse files
committed
Merge remote-tracking branch 'origin/main' into v0.2.x
2 parents 98d2f88 + 9e34370 commit b663f51

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
repos:
2+
# Hooks run everywhere
23
- repo: https://github.com/pre-commit/mirrors-prettier
3-
rev: v3.0.0 # Only update together with the pre-commit yaml in the tempalate!
4+
rev: v3.0.1 # Only update together with the pre-commit yaml in the tempalate!
45
hooks:
56
- id: prettier
67
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -9,14 +10,14 @@ repos:
910
# See https://github.com/scverse/cookiecutter-scverse/issues/143 and
1011
# https://github.com/jupyterlab/jupyterlab/issues/12675
1112
language_version: "17.9.1"
12-
# scripts
13+
# Hooks run for scripts
1314
- repo: https://github.com/psf/black
1415
rev: "23.7.0"
1516
hooks:
1617
- id: black
1718
files: ^scripts/
1819
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.0.281
20+
rev: v0.0.282
2021
hooks:
2122
- id: ruff
2223
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)