Skip to content

Commit 3c6bc91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.254...v0.0.272)
1 parent a8090d6 commit 3c6bc91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: "23.1.0"
10+
rev: "23.3.0"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/asottile/blacken-docs
1414
rev: 1.13.0
1515
hooks:
1616
- id: blacken-docs
1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: v3.0.0-alpha.6
18+
rev: v3.0.0-alpha.9-for-vscode
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/charliermarsh/ruff-pre-commit
28-
rev: v0.0.254
28+
rev: v0.0.272
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)