Skip to content

Commit 2ca50c5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.33.1](python-jsonschema/check-jsonschema@0.31.1...0.33.1) - [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)
1 parent bcb4155 commit 2ca50c5

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
@@ -33,16 +33,16 @@ repos:
3333
args:
3434
- --write-changes
3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: 0.31.1
36+
rev: 0.33.1
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

0 commit comments

Comments
 (0)