Skip to content

Commit db24b9c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.4...v0.13.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 41ea1da commit db24b9c

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v5.0.0"
3+
rev: "v6.0.0"
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -25,13 +25,13 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: "v0.12.4"
28+
rev: "v0.13.0"
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff
3232
args: [--fix]
3333
- repo: https://github.com/adamchainz/blacken-docs
34-
rev: 1.19.1
34+
rev: 1.20.0
3535
hooks:
3636
- id: blacken-docs
3737
language_version: python3.10

0 commit comments

Comments
 (0)