Skip to content

Commit 63691fc

Browse files
Merge pull request #350 from tpvasconcelos/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e74e017 + 51b5ce7 commit 63691fc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.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

docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)