Skip to content

Commit b00924e

Browse files
committed
Merge branch 'main' of github.com:RedHatQE/openshift-python-wrapper
2 parents e333b22 + e687a63 commit b00924e

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ repos:
4646
]
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.12.3
49+
rev: v0.12.4
5050
hooks:
5151
- id: ruff
5252
- id: ruff-format
5353

5454
- repo: https://github.com/gitleaks/gitleaks
55-
rev: v8.27.2
55+
rev: v8.28.0
5656
hooks:
5757
- id: gitleaks
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.16.1
60+
rev: v1.17.0
6161
hooks:
6262
- id: mypy
6363
exclude: ^(tests/|examples/|docs/)

0 commit comments

Comments
 (0)