diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04c896e..9bcf138 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,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.6.9 + rev: v0.8.6 hooks: # Run the linter. - id: ruff @@ -54,6 +54,6 @@ repos: # Ensure GitHub workflows match the expected schema. - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows