Skip to content

Commit 73977d9

Browse files
[pre-commit.ci] pre-commit autoupdate (#216)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.0...v0.7.2) - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ef46c67 commit 73977d9

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
@@ -26,14 +26,14 @@ repos:
2626
args: [-w, -L, "THIRDPARTY"]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.7.0 # Ruff version
29+
rev: v0.7.2 # Ruff version
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --show-fixes]
3333
- id: ruff-format
3434

3535
- repo: https://github.com/adamchainz/blacken-docs
36-
rev: 1.19.0
36+
rev: 1.19.1
3737
hooks:
3838
- id: blacken-docs
3939
additional_dependencies: [black==23.*]

0 commit comments

Comments
 (0)