Skip to content

Commit 875e4d7

Browse files
chore: update pre-commit hooks (#7143)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.3...v0.1.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7c43de7 commit 875e4d7

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
- id: trailing-whitespace
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.27.0
24+
rev: 0.27.1
2525
hooks:
2626
- id: check-github-workflows
2727

@@ -60,7 +60,7 @@ repos:
6060
- id: rst-inline-touching-normal
6161

6262
- repo: https://github.com/astral-sh/ruff-pre-commit
63-
rev: v0.1.3
63+
rev: v0.1.4
6464
hooks:
6565
- id: ruff
6666
args: ['--fix', '--show-fixes']

0 commit comments

Comments
 (0)