diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 404a2d8..ae26ad2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ repos: - id: identity - id: check-hooks-apply - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.9.10' + rev: 'v0.14.8' hooks: - id: ruff args: ["--fix"] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.19.0 hooks: - id: mypy additional_dependencies: [types-setuptools] @@ -22,13 +22,13 @@ repos: args: - "--github" - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint args: ["--strict"] types: [yaml] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -36,6 +36,6 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/zricethezav/gitleaks - rev: v8.24.0 + rev: v8.30.0 hooks: - id: gitleaks