We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0981ed7 commit e2dcc1dCopy full SHA for e2dcc1d
.pre-commit-config.yaml
@@ -4,12 +4,6 @@ repos:
4
rev: v4.0.0-alpha.4 # Only update together with the pre-commit yaml in the tempalate!
5
hooks:
6
- id: prettier
7
- # Newer versions of node don't work on systems that have an older version of GLIBC
8
- # (in particular Ubuntu 18.04 and Centos 7)
9
- # EOL of Centos 7 is in 2024-06, we can probably get rid of this then.
10
- # See https://github.com/scverse/cookiecutter-scverse/issues/143 and
11
- # https://github.com/jupyterlab/jupyterlab/issues/12675
12
- language_version: "17.9.1"
13
# Hooks that are run for scripts
14
- repo: https://github.com/psf/black
15
rev: "23.11.0"
0 commit comments