update .pre-commit-config.yaml from mikaela.github.io

This commit is contained in:
Aminda Suomalainen 2023-05-08 08:51:50 +03:00
parent 419877bf66
commit 44cc8ae4ff
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,8 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace
exclude_types: [markdown]
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
@ -22,7 +24,7 @@ repos:
args: [--update-only]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
rev: 0.23.0
hooks:
- id: check-dependabot
- id: check-github-actions
@ -37,7 +39,7 @@ repos:
#- id: check-mailmap
- 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