Skip to content

Commit 12f9411

Browse files
committed
Fix tox commands
Signed-off-by: Tomas Pereira de Vasconcelos <tomasvasconcelos1@gmail.com>
1 parent 3356538 commit 12f9411

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ deps = pre-commit
6565
commands =
6666
all: pre-commit run --all-files --show-diff-on-failure {posargs:}
6767
quick: pre-commit run ruff-format --all-files
68-
pre-commit run ruff --all-files
68+
quick: pre-commit run ruff --all-files
6969
autoupgrade: pre-commit autoupdate {posargs:}
70+
autoupgrade: pre-commit run --all-files --show-diff-on-failure
7071

7172
[testenv:typing]
7273
description = run type checks
@@ -85,7 +86,7 @@ commands =
8586
make clean-docs
8687
live: make --directory=docs livehtml
8788
static: make --directory=docs html
88-
python "cicd_utils/cicd/scripts/open_in_browser.py" "docs/_build/html/index.html"
89+
static: python "cicd_utils/cicd/scripts/open_in_browser.py" "docs/_build/html/index.html"
8990

9091
[testenv:release-notes]
9192
description = extract release notes from docs/reference/changelog.md

0 commit comments

Comments
 (0)