Skip to content

Commit eaee181

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 25.1.0](psf/black@23.1.0...25.1.0) - [github.com/asottile/blacken-docs: 1.13.0 → 1.19.1](adamchainz/blacken-docs@1.13.0...1.19.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8) - 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.9.7](astral-sh/ruff-pre-commit@v0.0.254...v0.9.7) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
1 parent 63de3f0 commit eaee181

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ fail_fast: false
22
default_language_version:
33
python: python3
44
default_stages:
5-
- commit
6-
- push
5+
- pre-commit
6+
- pre-push
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: "23.1.0"
10+
rev: "25.1.0"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/asottile/blacken-docs
14-
rev: 1.13.0
14+
rev: 1.19.1
1515
hooks:
1616
- id: blacken-docs
1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: v3.0.0-alpha.6
18+
rev: v4.0.0-alpha.8
1919
hooks:
2020
- id: prettier
2121
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -24,13 +24,13 @@ 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.9.7
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v4.4.0
33+
rev: v5.0.0
3434
hooks:
3535
- id: detect-private-key
3636
- id: check-ast

0 commit comments

Comments
 (0)