From 295021c9d64eee94141ce03a58d2e65edd9662af Mon Sep 17 00:00:00 2001 From: Wu Zhenyu Date: Sat, 11 Mar 2023 22:04:22 +0800 Subject: [PATCH] :construction_worker: Update CI --- .pre-commit-config.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85ce31a..125a21f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-added-large-files - id: fix-byte-order-marker @@ -21,7 +21,7 @@ repos: - id: check-toml - id: check-json - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.3.1 + rev: v1.4.2 hooks: - id: remove-crlf - repo: https://github.com/codespell-project/codespell @@ -31,13 +31,13 @@ repos: additional_dependencies: - tomli - repo: https://github.com/jorisroovers/gitlint - rev: v0.17.0 + rev: v0.19.0dev hooks: - id: gitlint args: - --msg-filename - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.6.1 + rev: 2.7.1 hooks: - id: editorconfig-checker - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -53,16 +53,13 @@ repos: additional_dependencies: - mdformat-gfm - mdformat-myst - - mdformat-tables - mdformat-toc - - mdformat-footnote - - mdformat-frontmatter - mdformat-deflist - mdformat-beautysh - mdformat-black - mdformat-config - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.5.1 + rev: v0.6.0 hooks: - id: markdownlint-cli2 additional_dependencies: