Skip to content

Commit ce8b372

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.2](astral-sh/ruff-pre-commit@v0.12.11...v0.13.2) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@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)
1 parent d5db77b commit ce8b372

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
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.11
3+
rev: v0.13.2
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black
9-
rev: 25.1.0
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212
args: [--line-length=120, --safe]
@@ -30,7 +30,7 @@ repos:
3030
args: ['--force-single-line-imports', '--profile', 'black']
3131

3232
- repo: https://github.com/asottile/blacken-docs
33-
rev: 1.19.1
33+
rev: 1.20.0
3434
hooks:
3535
- id: blacken-docs
3636
additional_dependencies: [ black ]

0 commit comments

Comments
 (0)