Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#599)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 30, 2023
1 parent fbabc04 commit bfab21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.269
rev: v0.0.270
hooks:
- id: ruff
3 changes: 2 additions & 1 deletion tests/masonry/builders/test_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ def test_complete(no_vcs: bool) -> None:
],
key=lambda x: Path(x),
),
] + ["my_package-1.2.3.dist-info/RECORD"]
"my_package-1.2.3.dist-info/RECORD",
]

with zipfile.ZipFile(str(whl)) as zipf:
assert zipf.namelist() == expected_name_list
Expand Down

0 comments on commit bfab21e

Please sign in to comment.