Skip to content

Commit 6edbbd6

Browse files
[pre-commit.ci] pre-commit autoupdate (#661)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) * [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 1da6583 commit 6edbbd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
exclude: "tests/commands/test_convert.py"
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.8.6
19+
rev: v0.11.4
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --show-fixes]
2323
- id: ruff-format
2424

2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.3.0
26+
rev: v2.4.1
2727
hooks:
2828
- id: codespell
2929

tests/commands/test_tags.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ def test_permission_bits(wheelpath: Path) -> None:
225225

226226
out_attr = outf.getinfo(member).external_attr
227227
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+
)
231231

232232
output_file.unlink()

0 commit comments

Comments
 (0)