Skip to content

Commit 980b621

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.33.2](python-jsonschema/check-jsonschema@0.31.1...0.33.2) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.0 → 3.2.1](editorconfig-checker/editorconfig-checker.python@3.2.0...3.2.1) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0)
1 parent bcb4155 commit 980b621

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# <https://github.com/pre-commit/pre-commit-hooks>
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-json
@@ -33,22 +33,22 @@ repos:
3333
args:
3434
- --write-changes
3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: 0.31.1
36+
rev: 0.33.2
3737
hooks:
3838
- id: check-github-workflows
3939
name: Check GitHub Workflow configuration
4040
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
41-
rev: 3.2.0
41+
rev: 3.2.1
4242
hooks:
4343
- id: editorconfig-checker
4444
- repo: https://github.com/igorshubovych/markdownlint-cli
45-
rev: v0.44.0
45+
rev: v0.45.0
4646
hooks:
4747
- id: markdownlint
4848
name: Fixing markdown linting errors
4949
args: [--disable, MD013, MD033, --fix]
5050
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
51-
rev: v2.14.0
51+
rev: v2.15.0
5252
hooks:
5353
- id: pretty-format-yaml
5454
args: [--autofix, --indent, '2', CITATION.cff]

0 commit comments

Comments
 (0)