File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 exclude : ^\.bumpversion\.cfg$
4444
4545 - repo : https://github.com/python-jsonschema/check-jsonschema.git
46- rev : 0.34.1
46+ rev : 0.35.0
4747 hooks :
4848 - id : check-github-actions
4949 - id : check-github-workflows
@@ -55,12 +55,12 @@ repos:
5555 - id : check-readthedocs
5656
5757 - repo : https://github.com/rhysd/actionlint
58- rev : v1.7.8
58+ rev : v1.7.9
5959 hooks :
6060 - id : actionlint
6161
6262 - repo : https://github.com/kynan/nbstripout
63- rev : 0.8.1
63+ rev : 0.8.2
6464 hooks :
6565 - id : nbstripout
6666
8181 # mdformat is not enabled by default, but can be run manually with:
8282 # pre-commit run mdformat --all-files --hook-stage manual
8383 - repo : https://github.com/executablebooks/mdformat
84- rev : 1.0.0
84+ rev : 0.7.22 # blocked by https://github.com/executablebooks/mdformat-myst/issues/45
8585 hooks :
8686 - id : mdformat
8787 stages : [ manual ]
@@ -104,7 +104,7 @@ repos:
104104 additional_dependencies : [setuptools-scm]
105105
106106 - repo : https://github.com/astral-sh/ruff-pre-commit
107- rev : v0.14.1
107+ rev : v0.14.6
108108 hooks :
109109 - id : ruff-format
110110 - id : ruff
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Unreleased changes
1010- Bump actions/download-artifact from 5 to 6 ({gh-pr}` 354 ` )
1111- Bump actions/upload-artifact from 4 to 5 ({gh-pr}` 353 ` )
1212- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}` 352 ` )
13+ - pre-commit autoupdate ({gh-pr}` 355 ` )
1314- pre-commit autoupdate ({gh-pr}` 350 ` )
1415
1516---
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