File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
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]
You can’t perform that action at this time.
0 commit comments