Skip to content

Commit a2b4158

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0) - [github.com/woodruffw/zizmor-pre-commit: v1.16.2 → v1.16.3](zizmorcore/zizmor-pre-commit@v1.16.2...v1.16.3) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.3...v0.14.5)
1 parent 6178454 commit a2b4158

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args: [--fix=lf]
1212
- id: check-case-conflict
1313
- repo: https://github.com/python-jsonschema/check-jsonschema
14-
rev: 0.34.1
14+
rev: 0.35.0
1515
hooks:
1616
- id: check-dependabot
1717
- id: check-readthedocs
@@ -21,19 +21,19 @@ repos:
2121
hooks:
2222
- id: actionlint
2323
- repo: https://github.com/woodruffw/zizmor-pre-commit
24-
rev: v1.16.2
24+
rev: v1.16.3
2525
hooks:
2626
- id: zizmor
2727
- repo: https://github.com/shellcheck-py/shellcheck-py
2828
rev: v0.11.0.1
2929
hooks:
3030
- id: shellcheck
3131
- repo: https://github.com/tox-dev/pyproject-fmt
32-
rev: v2.11.0
32+
rev: v2.11.1
3333
hooks:
3434
- id: pyproject-fmt
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.14.3
36+
rev: v0.14.5
3737
hooks:
3838
- id: ruff
3939
args: ["--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)