Skip to content

Commit bfab21e

Browse files
[pre-commit.ci] pre-commit autoupdate (#599)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fbabc04 commit bfab21e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ repos:
3131
- id: black
3232

3333
- repo: https://github.com/charliermarsh/ruff-pre-commit
34-
rev: v0.0.269
34+
rev: v0.0.270
3535
hooks:
3636
- id: ruff

tests/masonry/builders/test_complete.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ def test_complete(no_vcs: bool) -> None:
136136
],
137137
key=lambda x: Path(x),
138138
),
139-
] + ["my_package-1.2.3.dist-info/RECORD"]
139+
"my_package-1.2.3.dist-info/RECORD",
140+
]
140141

141142
with zipfile.ZipFile(str(whl)) as zipf:
142143
assert zipf.namelist() == expected_name_list

0 commit comments

Comments
 (0)