Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2220)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate

updates:

github.com/psf/black: 23.9.1 → 23.11.0
github.com/asottile/pyupgrade: v3.14.0 → v3.15.0
github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0
github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0
github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.7.1
github.com/packit/requre: 0.8.2 → 0.8.3
github.com/gitleaks/gitleaks: v8.18.0 → v8.18.1

Reviewed-by: Nikola Forró
  • Loading branch information
softwarefactory-project-zuul[bot] committed Dec 4, 2023
2 parents 6483a03 + 9154534 commit d222ac1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: [
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d222ac1

Please sign in to comment.