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 b370159 commit 0981ed7Copy full SHA for 0981ed7
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
hooks:
16
- id: blacken-docs
17
- repo: https://github.com/pre-commit/mirrors-prettier
18
- rev: v3.1.0
+ rev: v4.0.0-alpha.4
19
20
- id: prettier
21
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -25,7 +25,7 @@ repos:
25
# https://github.com/jupyterlab/jupyterlab/issues/12675
26
language_version: "17.9.1"
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.1.6
+ rev: v0.1.7
29
30
- id: ruff
31
args: [--fix, --exit-non-zero-on-fix]
0 commit comments