File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed 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.0
46+ rev : 0.34.1
4747 hooks :
4848 - id : check-github-actions
4949 - id : check-github-workflows
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 : 0.7.22
84+ rev : 1.0.0
8585 hooks :
8686 - id : mdformat
8787 stages : [ manual ]
@@ -97,14 +97,14 @@ repos:
9797 - id : validate-pyproject
9898
9999 - repo : https://github.com/mgedmin/check-manifest
100- rev : " 0.50 "
100+ rev : " 0.51 "
101101 hooks :
102102 - id : check-manifest
103103 args : [ --no-build-isolation ]
104104 additional_dependencies : [setuptools-scm]
105105
106106 - repo : https://github.com/astral-sh/ruff-pre-commit
107- rev : v0.14.0
107+ rev : v0.14.1
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}` 350 ` )
1314
1415---
1516
You can’t perform that action at this time.
0 commit comments