Skip to content

Commit b1f4c6f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0c7a203 commit b1f4c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def wd(tmp_path: Path) -> WorkDir:
8989

9090
@pytest.fixture(scope="session")
9191
def hg_exe() -> str:
92-
hg = shutil.which('hg')
92+
hg = shutil.which("hg")
9393
if hg is None:
9494
pytest.skip("hg executable not found")
9595
return hg

0 commit comments

Comments
 (0)