Skip to content

Commit 1b196fa

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 24.10.0
6+
rev: 25.9.0
77
hooks:
88
- id: black
99
- repo: https://github.com/adamchainz/blacken-docs
10-
rev: 1.19.1
10+
rev: 1.20.0
1111
hooks:
1212
- id: blacken-docs
1313
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -17,7 +17,7 @@ repos:
1717
files: \.(html|md|yml|yaml)
1818
args: [--prose-wrap=preserve]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.7.4
20+
rev: v0.13.2
2121
hooks:
2222
- id: ruff
2323
args:

0 commit comments

Comments
 (0)