Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 15, 2025
1 parent 57aee5d commit 01b9044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ pass_env =
TERM
USER
set_env =
PIP_CONSTRAINT={toxinidir}/.config/constraints.txt
UV_BUILD_CONSTRAINT={toxinidir}/.config/constraints.txt
milestone,lint,deps: PIP_CONSTRAINT=/dev/null
milestone,lint,deps: UV_BUILD_CONSTRAINT=/dev/null
COVERAGE_COMBINED = {envdir}/.coverage
COVERAGE_FILE = {env:COVERAGE_FILE:{envdir}/.coverage.{envname}}
COVERAGE_PROCESS_START = {toxinidir}/pyproject.toml
FORCE_COLOR = 1
PIP_CONSTRAINT = {toxinidir}/.config/constraints.txt
PRE_COMMIT_COLOR = always
TERM = xterm-256color
UV_BUILD_CONSTRAINT = {toxinidir}/.config/constraints.txt
deps, lint, milestone: PIP_CONSTRAINT = /dev/null
deps, lint, milestone: UV_BUILD_CONSTRAINT = /dev/null
commands_pre =
sh -c "rm -f {envdir}/.coverage* 2>/dev/null || true"
commands =
Expand Down

0 comments on commit 01b9044

Please sign in to comment.