diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80b8f55..72ad945 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,8 @@ +ci: + autofix_commit_msg: "chore: auto fixes from `pre-commit` hooks" + autoupdate_commit_msg: "chore(pre-commit): autoupdate" + autoupdate_schedule: monthly + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 @@ -11,11 +16,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v3.0.0-alpha.9-for-vscode hooks: - - id: mdformat - additional_dependencies: - - mdformat-toc - - mdformat-gfm - - mdformat-black + - id: prettier