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] authored and dukecat0 committed Aug 24, 2024
1 parent 809dffe commit 026d681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Use environment variables to set backend and installer:
export PIPX_DEFAULT_BACKEND=uv
export PIPX_DEFAULT_INSTALLER=uv
pipx install black
```
```
2 changes: 1 addition & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from helpers import run_pipx_cli, WIN
from helpers import WIN, run_pipx_cli


def test_custom_backend_venv(pipx_temp_env, capsys, caplog):
Expand Down

0 comments on commit 026d681

Please sign in to comment.