Skip to content

Commit f3bb822

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.6...v0.14.14) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/gitleaks/gitleaks: v8.29.1 → v8.30.0](gitleaks/gitleaks@v8.29.1...v8.30.0) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.1](python-jsonschema/check-jsonschema@0.35.0...0.36.1) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6)
1 parent 020d021 commit f3bb822

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.14.6
7+
rev: v0.14.14
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.18.2
13+
rev: v1.19.1
1414
hooks:
1515
- id: mypy
1616
args: [
@@ -96,19 +96,19 @@ repos:
9696
files: /tests_openshift.*\.yaml$
9797
stages: [manual, pre-push]
9898
- repo: https://github.com/gitleaks/gitleaks
99-
rev: v8.29.1
99+
rev: v8.30.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.
104104
stages: [pre-commit]
105105
- repo: https://github.com/python-jsonschema/check-jsonschema
106-
rev: 0.35.0
106+
rev: 0.36.1
107107
hooks:
108108
- id: check-github-workflows
109109
args: ["--verbose"]
110110
- repo: https://github.com/Lucas-C/pre-commit-hooks
111-
rev: v1.5.5
111+
rev: v1.5.6
112112
hooks:
113113
- id: insert-license
114114
files: \.py$

0 commit comments

Comments
 (0)