Skip to content

Commit 33d5161

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents 281e648 + 350b210 commit 33d5161

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
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

@@ -81,7 +81,7 @@ repos:
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

docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Unreleased changes
1111
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)
1212
- Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`)
1313
- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}`352`)
14+
- pre-commit autoupdate ({gh-pr}`355`)
1415
- pre-commit autoupdate ({gh-pr}`350`)
1516

1617
---

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)