diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0fabb06..71151e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.0-alpha.0 hooks: - id: prettier additional_dependencies: @@ -16,7 +16,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.16.2 + rev: 0.18.3 hooks: - id: check-github-workflows ci: