diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5407400dc0..302c7d4a69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: check-yaml - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.7.0 hooks: - id: ruff-format args: [--preview] @@ -28,7 +28,7 @@ repos: --preview ] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.4.17 + rev: 0.4.24 hooks: - id: pip-compile name: pip-compile requirements-dev.in @@ -78,7 +78,7 @@ repos: - "prettier@^2.4.1" - "@trivago/prettier-plugin-sort-imports" - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v9.11.1" + rev: "v9.12.0" hooks: - id: eslint additional_dependencies: @@ -90,7 +90,7 @@ repos: - "@typescript-eslint/parser" files: ^src/frontend/.*\.(js|jsx|ts|tsx)$ - repo: https://github.com/gitleaks/gitleaks - rev: v8.19.3 + rev: v8.21.0 hooks: - id: gitleaks #- repo: https://github.com/jumanjihouse/pre-commit-hooks