Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ci:
repos:
# Out of the box hooks for pre-commit https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
# Makes sure files end in a newline and only a newline.
- id: end-of-file-fixer
Expand All @@ -46,7 +46,7 @@ repos:
# Linting and formatting for Python code (see pyproject.toml for config)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.12.2
rev: v0.13.3
hooks:
# Run the linter.
- id: ruff
Expand All @@ -56,12 +56,12 @@ repos:

# Ensure GitHub workflows match the expected schema.
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.33.2
rev: 0.34.0
hooks:
- id: check-github-workflows

# Find common security issues in GitHub Actions workflows
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.11.0
rev: v1.14.2
hooks:
- id: zizmor
Loading