diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71151e7..1fe9fe6 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: v3.0.0-alpha.0 + rev: v3.0.0-alpha.4 hooks: - id: prettier additional_dependencies: @@ -8,7 +8,7 @@ repos: - "@prettier/plugin-pug@1.16.5" - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -16,7 +16,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.18.3 + rev: 0.19.2 hooks: - id: check-github-workflows ci: