File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ repos:
42
42
- id : detect-secrets
43
43
44
44
- repo : https://github.com/astral-sh/ruff-pre-commit
45
- rev : v0.7.0
45
+ rev : v0.7.1
46
46
hooks :
47
47
- id : ruff
48
48
args : [--fix]
49
49
- id : ruff-format
50
50
51
51
- repo : https://github.com/gitleaks/gitleaks
52
- rev : v8.21.1
52
+ rev : v8.21.2
53
53
hooks :
54
54
- id : gitleaks
55
55
56
56
- repo : https://github.com/pre-commit/mirrors-mypy
57
- rev : v1.12.1
57
+ rev : v1.13.0
58
58
hooks :
59
59
- id : mypy
60
60
additional_dependencies : [types-requests]
Original file line number Diff line number Diff line change @@ -208,8 +208,7 @@ def clean_up(self) -> None:
208
208
)
209
209
except Exception as exception_ :
210
210
LOGGER .warning (
211
- "[Data collector] failed to collect data for"
212
- f" { self .kind } { self .name } \n exception: { exception_ } "
211
+ f"[Data collector] failed to collect data for { self .kind } { self .name } \n exception: { exception_ } "
213
212
)
214
213
super ().clean_up ()
215
214
You can’t perform that action at this time.
0 commit comments