Skip to content

Commit 1ee66b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.14.0](astral-sh/ruff-pre-commit@v0.12.4...v0.14.0)
1 parent 12f288e commit 1ee66b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ repos:
55
- id: prettier
66
exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md
77

8-
- repo: https://github.com/psf/black
9-
rev: 25.1.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/asottile/blacken-docs
14-
rev: 1.19.1
14+
rev: 1.20.0
1515
hooks:
1616
- id: blacken-docs
1717

1818
- repo: https://github.com/PyCQA/isort
19-
rev: 6.0.1
19+
rev: 7.0.0
2020
hooks:
2121
- id: isort
2222
files: \.py$
2323

2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
- id: check-builtin-literals
2828
- id: check-added-large-files
@@ -35,7 +35,7 @@ repos:
3535
- id: trailing-whitespace
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.12.4
38+
rev: v0.14.0
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)