Skip to content

Commit 0981ed7

Browse files
Apply automatic changes
1 parent b370159 commit 0981ed7

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.1.0
18+
rev: v4.0.0-alpha.4
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.1.6
28+
rev: v0.1.7
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)