File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,8 +65,9 @@ deps = pre-commit
6565commands =
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]
7273description = 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]
9192description = extract release notes from docs/reference/changelog.md
You can’t perform that action at this time.
0 commit comments