Skip to content

Commit 1555f6e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/packit/requre: 0.8.4 → 0.8.6](packit/requre@0.8.4...0.8.6) - [github.com/gitleaks/gitleaks: v8.23.1 → v8.23.3](gitleaks/gitleaks@v8.23.1...v8.23.3) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1)
1 parent 48862af commit 1555f6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.9.2
7+
rev: v0.9.6
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]
1111
- id: ruff-format
1212
- repo: https://github.com/pre-commit/mirrors-mypy
13-
rev: v1.14.1
13+
rev: v1.15.0
1414
hooks:
1515
- id: mypy
1616
args: [
@@ -71,7 +71,7 @@ repos:
7171
- https://github.com/packit/packit-service.git
7272
stages: [manual, pre-push]
7373
- repo: https://github.com/packit/requre
74-
rev: 0.8.4
74+
rev: 0.8.6
7575
hooks:
7676
- id: requre-purge
7777
name: Requre response files cleanup
@@ -96,14 +96,14 @@ repos:
9696
files: /tests_openshift.*\.yaml$
9797
stages: [manual, pre-push]
9898
- repo: https://github.com/gitleaks/gitleaks
99-
rev: v8.23.1
99+
rev: v8.23.3
100100
hooks:
101101
- id: gitleaks
102102
# The hook runs 'gitleaks protect --staged' which parses output of
103103
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
104104
stages: [pre-commit]
105105
- repo: https://github.com/python-jsonschema/check-jsonschema
106-
rev: 0.31.0
106+
rev: 0.31.1
107107
hooks:
108108
- id: check-github-workflows
109109
args: ["--verbose"]

0 commit comments

Comments
 (0)