We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbabc04 commit bfab21eCopy full SHA for bfab21e
2 files changed
.pre-commit-config.yaml
@@ -31,6 +31,6 @@ repos:
31
- id: black
32
33
- repo: https://github.com/charliermarsh/ruff-pre-commit
34
- rev: v0.0.269
+ rev: v0.0.270
35
hooks:
36
- id: ruff
tests/masonry/builders/test_complete.py
@@ -136,7 +136,8 @@ def test_complete(no_vcs: bool) -> None:
136
],
137
key=lambda x: Path(x),
138
),
139
- ] + ["my_package-1.2.3.dist-info/RECORD"]
+ "my_package-1.2.3.dist-info/RECORD",
140
+ ]
141
142
with zipfile.ZipFile(str(whl)) as zipf:
143
assert zipf.namelist() == expected_name_list
0 commit comments