Skip to content

Commit 9b8bed2

Browse files
[pre-commit.ci] pre-commit autoupdate (#377)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/gitleaks/gitleaks: v8.21.1 → v8.21.2](gitleaks/gitleaks@v8.21.1...v8.21.2) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7a3bb94 commit 9b8bed2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ repos:
4242
- id: detect-secrets
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.7.0
45+
rev: v0.7.1
4646
hooks:
4747
- id: ruff
4848
args: [--fix]
4949
- id: ruff-format
5050

5151
- repo: https://github.com/gitleaks/gitleaks
52-
rev: v8.21.1
52+
rev: v8.21.2
5353
hooks:
5454
- id: gitleaks
5555

5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.12.1
57+
rev: v1.13.0
5858
hooks:
5959
- id: mypy
6060
additional_dependencies: [types-requests]

ocp_utilities/infra.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ def clean_up(self) -> None:
208208
)
209209
except Exception as exception_:
210210
LOGGER.warning(
211-
"[Data collector] failed to collect data for"
212-
f" {self.kind} {self.name}\nexception: {exception_}"
211+
f"[Data collector] failed to collect data for {self.kind} {self.name}\nexception: {exception_}"
213212
)
214213
super().clean_up()
215214

0 commit comments

Comments
 (0)