Skip to content

Commit 4a75f2a

Browse files
chore: pre-commit autoupdate (#220)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.2](astral-sh/ruff-pre-commit@v0.12.1...v0.12.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.33.2](python-jsonschema/check-jsonschema@0.33.1...0.33.2) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 55d8f5b commit 4a75f2a

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
@@ -19,7 +19,7 @@ repos:
1919
)$
2020
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.12.1
22+
rev: v0.12.2
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
@@ -34,7 +34,7 @@ repos:
3434
- types-pytz==2022.7.1.2
3535

3636
- repo: https://github.com/python-jsonschema/check-jsonschema
37-
rev: 0.33.1
37+
rev: 0.33.2
3838
hooks:
3939
- id: check-dependabot
4040
- id: check-github-workflows

0 commit comments

Comments
 (0)