Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent f4ed835 commit ebde68b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ def add_wheel(self, path: Path, replace: bool = True):

metadata_file_endpoint = path.with_suffix(".whl.metadata")
if metadata_file_endpoint.exists():
self._register_handler(metadata_file_endpoint.name, metadata_file_endpoint.read_bytes())
self._register_handler(
metadata_file_endpoint.name, metadata_file_endpoint.read_bytes()
)

if name in self._wheels and not replace:
return
Expand Down

0 comments on commit ebde68b

Please sign in to comment.