Skip to content

Commit

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

updates:

github.com/asottile/pyupgrade: v3.15.2 → v3.16.0
github.com/PyCQA/flake8: 7.0.0 → 7.1.0
github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1
github.com/gitleaks/gitleaks: v8.18.2 → v8.18.4
github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6

Reviewed-by: Maja Massarini
  • Loading branch information
2 parents 7fb8d36 + 05d75da commit 99889c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down Expand Up @@ -36,15 +36,15 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args:
- --max-line-length=100
- --per-file-ignores=files/packit.wsgi:F401,E402
- --extend-ignore=E701 # conflicting with black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
args: [
Expand Down Expand Up @@ -106,14 +106,14 @@ repos:
files: /tests_openshift.*\.yaml$
stages: [manual, push]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
rev: v8.18.4
hooks:
- id: gitleaks
# The hook runs 'gitleaks protect --staged' which parses output of
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
stages: [commit]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.4
rev: 0.28.6
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit 99889c8

Please sign in to comment.