Skip to content

Commit b0df21d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.11...v0.13.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 5e0784a commit b0df21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ repos:
2323
hooks:
2424
- id: validate-pyproject
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.12.11"
26+
rev: "v0.13.0"
2727
hooks:
2828
- id: ruff-check
2929
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
3030
- id: ruff-format
3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: 1.19.1
32+
rev: 1.20.0
3333
hooks:
3434
- id: blacken-docs
3535
additional_dependencies: [black==25.1]

0 commit comments

Comments
 (0)