diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64373b1bf4..a1b3e6d046 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,20 +4,20 @@ repos: - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.14.0 + rev: v3.15.0 hooks: - id: pyupgrade - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v3.1.0 hooks: - id: prettier exclude: tests_openshift/openshift_integration/test_data/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-ast @@ -43,7 +43,7 @@ repos: - --max-line-length=100 - --per-file-ignores=files/packit.wsgi:F401,E402 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.7.1 hooks: - id: mypy args: [ @@ -80,7 +80,7 @@ repos: - https://github.com/packit/packit-service.git stages: [manual, push] - repo: https://github.com/packit/requre - rev: 0.8.2 + rev: 0.8.3 hooks: - id: requre-purge name: Requre response files cleanup @@ -105,7 +105,7 @@ repos: files: /tests_openshift.*\.yaml$ stages: [manual, push] - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.0 + rev: v8.18.1 hooks: - id: gitleaks # The hook runs 'gitleaks protect --staged' which parses output of