Skip to content

Commit

Permalink
MAINT: reduce indentation in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 9, 2024
1 parent d7b5cde commit d0e5ca4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
[tox]
envlist =
sty,
sty,
passenv = PYTHONPATH
skip_install = True
skip_missing_interpreters = True
skipsdist = True

[testenv:nb]
allowlist_externals =
pytest
pytest
commands =
pytest {posargs}
pytest {posargs}
description =
Run all notebooks with pytest
Run all notebooks with pytest
passenv =
*
*

[testenv:sty]
allowlist_externals =
pre-commit
pre-commit
commands =
pre-commit run {posargs} -a
pre-commit run {posargs} -a
passenv =
*
*

[testenv:update-constraints]
allowlist_externals =
uv
uv
commands =
uv pip compile requirements.in -o requirements.txt --no-annotate --strip-extras --upgrade
uv pip compile binder/requirements.in -o binder/requirements.txt --no-annotate --strip-extras --upgrade
uv pip compile requirements.in -o requirements.txt --no-annotate --strip-extras --upgrade
uv pip compile binder/requirements.in -o binder/requirements.txt --no-annotate --strip-extras --upgrade
description =
Update all pip constraint files`
Update all pip constraint files`
passenv =
*
*

0 comments on commit d0e5ca4

Please sign in to comment.