Skip to content

Commit 41aedfd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.8.4](astral-sh/ruff-pre-commit@v0.7.0...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.0](pre-commit/mirrors-mypy@v1.11.2...v1.14.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/gitleaks/gitleaks: v8.18.4 → v8.22.0](gitleaks/gitleaks@v8.18.4...v8.22.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.30.0](python-jsonschema/check-jsonschema@0.29.2...0.30.0)
1 parent 1655de9 commit 41aedfd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
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.7.0
7+
rev: v0.8.4
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.11.2
13+
rev: v1.14.0
1414
hooks:
1515
- id: mypy
1616
args: [
@@ -41,7 +41,7 @@ repos:
4141
- id: prettier
4242
exclude: tests_openshift/openshift_integration/test_data/
4343
- repo: https://github.com/pre-commit/pre-commit-hooks
44-
rev: v4.6.0
44+
rev: v5.0.0
4545
hooks:
4646
- id: check-added-large-files
4747
- id: check-ast
@@ -69,7 +69,7 @@ repos:
6969
- id: check-rebase
7070
args:
7171
- https://github.com/packit/packit-service.git
72-
stages: [manual, push]
72+
stages: [manual, pre-push]
7373
- repo: https://github.com/packit/requre
7474
rev: 0.8.4
7575
hooks:
@@ -94,16 +94,16 @@ repos:
9494
language: python
9595
types: [yaml]
9696
files: /tests_openshift.*\.yaml$
97-
stages: [manual, push]
97+
stages: [manual, pre-push]
9898
- repo: https://github.com/gitleaks/gitleaks
99-
rev: v8.18.4
99+
rev: v8.22.0
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.
104-
stages: [commit]
104+
stages: [pre-commit]
105105
- repo: https://github.com/python-jsonschema/check-jsonschema
106-
rev: 0.29.2
106+
rev: 0.30.0
107107
hooks:
108108
- id: check-github-workflows
109109
args: ["--verbose"]

0 commit comments

Comments
 (0)