Skip to content

Commit 8e9da51

Browse files
[pre-commit.ci] pre-commit autoupdate (#304)
updates: - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9555f26 commit 8e9da51

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
@@ -4,16 +4,16 @@ repos:
44
hooks:
55
- id: codespell
66
- repo: https://github.com/asottile/blacken-docs
7-
rev: 1.18.0
7+
rev: 1.19.0
88
hooks:
99
- id: blacken-docs
1010
additional_dependencies: [black==22.12.0]
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-yaml
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.6.8
16+
rev: v0.6.9
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]

0 commit comments

Comments
 (0)