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 May 8, 2024
1 parent c3882a1 commit d8b6af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pip_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_parse_requirements_preserve_editable_relative_path(tmp_path, repository
)
requirements_in_path = str(tmp_path / "requirements.in")

with open(requirements_in_path, 'w') as infile:
with open(requirements_in_path, "w") as infile:
infile.write(f"-e {test_package_path}")

[install_requirement] = parse_requirements(
Expand Down

0 comments on commit d8b6af6

Please sign in to comment.