diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18f9b01d8..341ed2c4f 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"] @@ -29,7 +29,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: