Skip to content

Commit 6f7c1cf

Browse files
pre-commit: bump repositories
updates: - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.5...v0.5.2)
1 parent 0a49eb3 commit 6f7c1cf

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
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: validate-pyproject
2323
- repo: https://github.com/asottile/blacken-docs
24-
rev: 1.16.0
24+
rev: 1.18.0
2525
hooks:
2626
- id: blacken-docs
2727
additional_dependencies: [black==23.*]
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: prettier
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.4.5
33+
rev: v0.5.2
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --show-fixes]

0 commit comments

Comments
 (0)