[pre-commit.ci] pre-commit autoupdate#1431
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1431 +/- ##
=======================================
Coverage 96.11% 96.11%
=======================================
Files 72 72
Lines 5176 5176
Branches 895 895
=======================================
Hits 4975 4975
Misses 119 119
Partials 82 82
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3c9d4c6 to
c9587e4
Compare
c9587e4 to
8dc23b2
Compare
|
Before it's merged, c2r code needs to have % string formatting replaced with format() https://docs.astral.sh/ruff/rules/printf-string-formatting/. |
8dc23b2 to
060f4f6
Compare
We could force merge it now and have follow-up PR? |
|
We certainly can, but creating the PR ahead of time, merging that first and then rebasing this PR seems cleaner to me as it would not create a window during which pre-commit CI fails for anyone rebasing to main. |
Didn't check anything but put something up at least in #1448 |
060f4f6 to
736e58e
Compare
742de89 to
f8a45cf
Compare
e75fceb to
1375e7f
Compare
| def _curl_the_satellite_script(self, curl_command): | ||
| assert ( | ||
| self.shell(f"{curl_command} -o {self._sat_script_location}", silent=True).returncode == 0 | ||
| ), "Failed to curl the satellite script to the machine." | ||
| assert self.shell(f"{curl_command} -o {self._sat_script_location}", silent=True).returncode == 0, ( | ||
| "Failed to curl the satellite script to the machine." | ||
| ) | ||
|
|
01243f4 to
ee2fa43
Compare
ea54f4c to
4a9c142
Compare
6cb38c7 to
9c37f55
Compare
09ab8c1 to
9fd693d
Compare
5955b43 to
7454b9a
Compare
77250a7 to
e37164a
Compare
4955efc to
b401a90
Compare
d90bc5c to
7750f49
Compare
384ced4 to
7201382
Compare
11b34e0 to
6d26057
Compare
ebb89c7 to
e258907
Compare
0f21974 to
59fdf5d
Compare
866f4f1 to
b3c9803
Compare
5eeaff8 to
297cf17
Compare
f2b008d to
51ffa18
Compare
cc44bc0 to
ab705ee
Compare
9d4d11e to
3b312d7
Compare
9c31f10 to
1828201
Compare
83299bb to
d49d676
Compare
08226ac to
9742db2
Compare
6a918a5 to
65d5ca4
Compare
a5b8038 to
fecd28d
Compare
c408e94 to
91c7d96
Compare
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.15.1](astral-sh/ruff-pre-commit@v0.7.3...v0.15.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://gitlab.com/bmares/check-json5: v1.0.0 → v1.0.1 - [github.com/teemtee/tmt.git: 1.38.0 → 1.67.0](https://github.com/teemtee/tmt.git/compare/1.38.0...1.67.0) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](packit/pre-commit-hooks@v1.2.0...v1.3.0) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.30.0](gitleaks/gitleaks@v8.21.2...v8.30.0) - [github.com/jendrikseipp/vulture: v2.13 → v2.14](jendrikseipp/vulture@v2.13...v2.14)
1a0b214 to
5b95589
Compare
for more information, see https://pre-commit.ci
updates: