Skip to content

Commit 026d681

Browse files
pre-commit-ci[bot]dukecat0
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 809dffe commit 026d681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Use environment variables to set backend and installer:
3131
export PIPX_DEFAULT_BACKEND=uv
3232
export PIPX_DEFAULT_INSTALLER=uv
3333
pipx install black
34-
```
34+
```

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
from helpers import run_pipx_cli, WIN
3+
from helpers import WIN, run_pipx_cli
44

55

66
def test_custom_backend_venv(pipx_temp_env, capsys, caplog):

0 commit comments

Comments
 (0)