Compare commits

...

2 Commits

Author SHA1 Message Date
pre-commit-ci[bot] b80c3ae3ed
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.23.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.22.0...0.23.0)
2023-05-09 01:24:36 +00:00
Aminda Suomalainen 9f5efacd08
pre-commit autoupdate 2023-05-03 19:49:02 +03:00
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ repos:
- id: fix-byte-order-marker
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
rev: 0.23.0
hooks:
- id: check-dependabot
- id: check-github-actions
@ -20,7 +20,7 @@ repos:
- id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python