Skip to content

Commit 7935d83

Browse files
Apply automatic changes
1 parent bd86838 commit 7935d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: blacken-docs
1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: v3.0.2
18+
rev: v3.0.3
1919
hooks:
2020
- id: prettier
2121
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -25,7 +25,7 @@ repos:
2525
# https://github.com/jupyterlab/jupyterlab/issues/12675
2626
language_version: "17.9.1"
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.0.286
28+
rev: v0.0.287
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)