Skip to content

Commit 01b9044

Browse files
chore: auto fixes from pre-commit.com hooks
1 parent 57aee5d commit 01b9044

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ pass_env =
2828
TERM
2929
USER
3030
set_env =
31-
PIP_CONSTRAINT={toxinidir}/.config/constraints.txt
32-
UV_BUILD_CONSTRAINT={toxinidir}/.config/constraints.txt
33-
milestone,lint,deps: PIP_CONSTRAINT=/dev/null
34-
milestone,lint,deps: UV_BUILD_CONSTRAINT=/dev/null
3531
COVERAGE_COMBINED = {envdir}/.coverage
3632
COVERAGE_FILE = {env:COVERAGE_FILE:{envdir}/.coverage.{envname}}
3733
COVERAGE_PROCESS_START = {toxinidir}/pyproject.toml
3834
FORCE_COLOR = 1
35+
PIP_CONSTRAINT = {toxinidir}/.config/constraints.txt
3936
PRE_COMMIT_COLOR = always
4037
TERM = xterm-256color
38+
UV_BUILD_CONSTRAINT = {toxinidir}/.config/constraints.txt
39+
deps, lint, milestone: PIP_CONSTRAINT = /dev/null
40+
deps, lint, milestone: UV_BUILD_CONSTRAINT = /dev/null
4141
commands_pre =
4242
sh -c "rm -f {envdir}/.coverage* 2>/dev/null || true"
4343
commands =

0 commit comments

Comments
 (0)