Skip to content

Commit 563a667

Browse files
[pre-commit.ci] pre-commit autoupdate (#15)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b91b93f commit 563a667

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
@@ -24,7 +24,7 @@ repos:
2424
- id: check-yaml
2525

2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.28.4
27+
rev: 0.28.6
2828
hooks:
2929
- id: check-github-workflows
3030

@@ -67,14 +67,14 @@ repos:
6767
- tomli
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.4.7
70+
rev: v0.5.0
7171
hooks:
7272
- id: ruff
7373
name: ruff (see https://docs.astral.sh/ruff/rules)
7474
args: [--fix]
7575

7676
- repo: https://github.com/asottile/blacken-docs
77-
rev: 1.16.0
77+
rev: 1.18.0
7878
hooks:
7979
- id: blacken-docs
8080
name: autoformat code blocks in docs

0 commit comments

Comments
 (0)