Skip to content

Commit 8f98635

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.9.1](psf/black@23.1.0...23.9.1) - [github.com/asottile/blacken-docs: 1.13.0 → 1.16.0](adamchainz/blacken-docs@1.13.0...1.16.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.3) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.254 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.254...v0.0.290)
1 parent a8090d6 commit 8f98635

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.9.1"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/asottile/blacken-docs
14-
rev: 1.13.0
14+
rev: 1.16.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.3
1919
hooks:
2020
- id: prettier
2121
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -24,8 +24,8 @@ repos:
2424
# See https://github.com/scverse/cookiecutter-scverse/issues/143 and
2525
# https://github.com/jupyterlab/jupyterlab/issues/12675
2626
language_version: "17.9.1"
27-
- repo: https://github.com/charliermarsh/ruff-pre-commit
28-
rev: v0.0.254
27+
- repo: https://github.com/astral-sh/ruff-pre-commit
28+
rev: v0.0.290
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)