Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 14, 2024
1 parent c20a801 commit 9d0aeb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_poetry_core(backend: str):
@pytest.mark.usefixtures("git_dir")
def test_unknown_backend():
Path("pyproject.toml").write_text(
inspect.cleandoc(f"""
inspect.cleandoc("""
[build-system]
requires = ["flit-core"]
build-backend = "flit_core.buildapi"
Expand All @@ -260,4 +260,4 @@ def test_unknown_backend():
subprocess.run(["git", "add", "."], check=True)
subprocess.run(["git", "commit", "-m", "Initial commit"], check=True)
with pytest.raises(ValueError, match="Unknown backend: unknown") as excinfo:
compare(Path(), isolated=True, verbose=True)
compare(Path(), isolated=True, verbose=True)

0 comments on commit 9d0aeb4

Please sign in to comment.