diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c50c5f81b..fb59af992 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/tests/masonry/builders/test_complete.py b/tests/masonry/builders/test_complete.py index c9429c1f1..809fc8d66 100644 --- a/tests/masonry/builders/test_complete.py +++ b/tests/masonry/builders/test_complete.py @@ -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