Skip to content

Commit 02c6da6

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: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.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/astral-sh/ruff-pre-commit: v0.8.4 → v0.14.0](astral-sh/ruff-pre-commit@v0.8.4...v0.14.0)
1 parent 4b94c09 commit 02c6da6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ ci:
22
autofix_prs: true
33

44
repos:
5-
- repo: https://github.com/psf/black
6-
rev: 24.10.0
5+
- repo: https://github.com/psf/black-pre-commit-mirror
6+
rev: 25.9.0
77
hooks:
88
- id: black
99

1010
- repo: https://github.com/asottile/blacken-docs
11-
rev: 1.19.1
11+
rev: 1.20.0
1212
hooks:
1313
- id: blacken-docs
1414
args: [--line-length=120, --target-version=py310]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.8.4
17+
rev: v0.14.0
1818
hooks:
1919
- id: ruff
2020
args: [--fix]

0 commit comments

Comments
 (0)