diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b3491c..6e1e6c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.5 + rev: v0.4.10 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -30,12 +30,12 @@ repos: exclude: "$sphinxcontrib/moderncmakedomain/(cmake|colors).py$" - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2024.05.24 + rev: 2024.06.24 hooks: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.6 hooks: - id: check-dependabot - id: check-github-workflows