Skip to content

Commit 974895e

Browse files
Update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.0...v0.13.3) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 57bc24e commit 974895e

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
@@ -16,15 +16,15 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.13.0
19+
rev: v0.13.3
2020
hooks:
2121
- id: ruff-check
2222
args: ["--fix", "--show-fixes"]
2323
- id: ruff-format
2424
exclude: ^bench/
2525

2626
- repo: https://github.com/adamchainz/blacken-docs
27-
rev: 1.19.1
27+
rev: 1.20.0
2828
hooks:
2929
- id: blacken-docs
3030
additional_dependencies: [black==24.*]

0 commit comments

Comments
 (0)