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 bd86838 commit 7935d83Copy full SHA for 7935d83
{{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.0.2
+ rev: v3.0.3
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.0.286
+ rev: v0.0.287
29
30
- id: ruff
31
args: [--fix, --exit-non-zero-on-fix]
0 commit comments