Skip to content

Commit af68647

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.2...v0.14.10) - [github.com/sirosen/check-jsonschema: 0.33.2 → 0.36.0](python-jsonschema/check-jsonschema@0.33.2...0.36.0) - [github.com/woodruffw/zizmor-pre-commit: v1.11.0 → v1.19.0](zizmorcore/zizmor-pre-commit@v1.11.0...v1.19.0)
1 parent bd3a819 commit af68647

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
@@ -22,7 +22,7 @@ ci:
2222
repos:
2323
# Out of the box hooks for pre-commit https://github.com/pre-commit/pre-commit-hooks
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
# Makes sure files end in a newline and only a newline.
2828
- id: end-of-file-fixer
@@ -46,7 +46,7 @@ repos:
4646
# Linting and formatting for Python code (see pyproject.toml for config)
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
4848
# Ruff version.
49-
rev: v0.12.2
49+
rev: v0.14.10
5050
hooks:
5151
# Run the linter.
5252
- id: ruff
@@ -56,12 +56,12 @@ repos:
5656

5757
# Ensure GitHub workflows match the expected schema.
5858
- repo: https://github.com/sirosen/check-jsonschema
59-
rev: 0.33.2
59+
rev: 0.36.0
6060
hooks:
6161
- id: check-github-workflows
6262

6363
# Find common security issues in GitHub Actions workflows
6464
- repo: https://github.com/woodruffw/zizmor-pre-commit
65-
rev: v1.11.0
65+
rev: v1.19.0
6666
hooks:
6767
- id: zizmor

0 commit comments

Comments
 (0)