diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ccafe9..a59ab31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: mixed-line-ending # Ensure consistent line endings - repo: https://github.com/rhysd/actionlint - rev: v1.7.0 + rev: v1.7.1 hooks: - id: actionlint # GitHub Actions Workflow linter @@ -87,12 +87,12 @@ repos: - id: shell-fmt-go # Format Bash scripts - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.17 + rev: v0.18 hooks: - id: validate-pyproject # Validate the contents of pyproject.toml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.3 + rev: 0.28.4 hooks: - id: check-readthedocs # Validate the given .readthedocs.yml file - id: check-dependabot # Validate the given dependabot.yml file