File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ repos:
16
16
exclude : " tests/commands/test_convert.py"
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.8.6
19
+ rev : v0.11.4
20
20
hooks :
21
21
- id : ruff
22
22
args : [--fix, --show-fixes]
23
23
- id : ruff-format
24
24
25
25
- repo : https://github.com/codespell-project/codespell
26
- rev : v2.3.0
26
+ rev : v2.4.1
27
27
hooks :
28
28
- id : codespell
29
29
Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ def test_permission_bits(wheelpath: Path) -> None:
225
225
226
226
out_attr = outf .getinfo (member ).external_attr
227
227
inf_attr = member_info .external_attr
228
- assert (
229
- out_attr == inf_attr
230
- ), f" { member } 0x { out_attr :012o } != 0x { inf_attr :012o } "
228
+ assert out_attr == inf_attr , (
229
+ f" { member } 0x { out_attr :012o } != 0x { inf_attr :012o } "
230
+ )
231
231
232
232
output_file .unlink ()
You can’t perform that action at this time.
0 commit comments