diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2b782c0..7eeeac6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-toml - repo: https://github.com/PyCQA/flake8 - rev: "7.1.0" + rev: "7.1.1" hooks: - id: flake8 args: [--config=.flake8] @@ -32,7 +32,7 @@ repos: - id: detect-secrets - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.5.6 hooks: - id: ruff - id: ruff-format @@ -43,12 +43,12 @@ repos: - id: gitleaks - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.9.3 + rev: 38.18.15 hooks: - id: renovate-config-validator - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: - id: mypy exclude: ^(openshift_cli_installer/tests/)