update pre-commit

This commit is contained in:
Aminda Suomalainen 2024-05-19 07:10:17 +03:00
parent d029a19e70
commit ae0b4fa13f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 7 deletions

View File

@ -9,7 +9,7 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
args: ["--markdown-linebreak-ext", "md,markdown"]
@ -37,14 +37,10 @@ repos:
- id: doctoc
args: [--update-only, --notitle]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.3"
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.2.5"
hooks:
- id: prettier
additional_dependencies: [
# https://www.npmjs.com/package/prettier
"prettier@3.1.0",
]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"