diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8d4f4fc..fcbf7fbe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.15.20 hooks: - id: ruff-check # linter args: [--fix, --exit-non-zero-on-fix] # sort imports and fix @@ -13,13 +13,13 @@ repos: - prettier@3.8.3 - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.4.0" + rev: "3.6.1" hooks: - id: editorconfig-checker alias: ec - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.19.1" + rev: "v1.20.2" hooks: - id: mypy additional_dependencies: @@ -34,6 +34,6 @@ repos: - pulumi-onepassword>=1.1.3 - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.32.1 + rev: 42.95.1 hooks: - id: renovate-config-validator