Skip to content

Commit 715ace4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema.git: 0.34.0 → 0.34.1](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.34.0...0.34.1) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.1](astral-sh/ruff-pre-commit@v0.14.0...v0.14.1)
1 parent 58e008c commit 715ace4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.0
46+
rev: 0.34.1
4747
hooks:
4848
- id: check-github-actions
4949
- id: check-github-workflows
@@ -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: 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

0 commit comments

Comments
 (0)