Skip to content

Commit 4d1ef25

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.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.13.0](astral-sh/ruff-pre-commit@v0.8.4...v0.13.0)
1 parent c61ac43 commit 4d1ef25

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
@@ -3,18 +3,18 @@ ci:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 24.10.0
6+
rev: 25.1.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.13.0
1818
hooks:
1919
- id: ruff
2020
args: [--fix]

0 commit comments

Comments
 (0)