diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c17a55..c166b0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.3 + rev: 0.37.4 hooks: - id: check-github-workflows args: ["--verbose"] @@ -25,7 +25,7 @@ repos: - id: ruff args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.9.1" + rev: "v3.9.4" hooks: - id: prettier additional_dependencies: