Skip to content

Commit a7ff64c

Browse files
[pre-commit.ci] pre-commit autoupdate (#86)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.32.1](python-jsonschema/check-jsonschema@0.30.0...0.32.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c4fde39 commit a7ff64c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: check-yaml
2020

2121
- repo: https://github.com/python-jsonschema/check-jsonschema
22-
rev: 0.30.0
22+
rev: 0.32.1
2323
hooks:
2424
- id: check-github-workflows
2525

@@ -45,7 +45,7 @@ repos:
4545
exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml
4646

4747
- repo: https://github.com/codespell-project/codespell
48-
rev: v2.3.0
48+
rev: v2.4.1
4949
hooks:
5050
- id: codespell
5151
name: codespell (add false positives to pyproject.toml)
@@ -55,6 +55,6 @@ repos:
5555
exclude: shortcodes|plugins|CODE_OF_CONDUCT.rst
5656

5757
- repo: https://github.com/executablebooks/mdformat
58-
rev: 0.7.21
58+
rev: 0.7.22
5959
hooks:
6060
- id: mdformat

0 commit comments

Comments
 (0)