diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1e1e2b..132ecc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: for more information, see https://pre-commit.ci repos: - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.4.1 hooks: - id: codespell exclude: > @@ -18,10 +18,10 @@ repos: )$ - repo: https://github.com/pre-commit/mirrors-prettier # keep it before markdownlint - rev: "v3.0.0-alpha.6" + rev: "v4.0.0-alpha.8" hooks: - id: prettier - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.47.0 hooks: - id: markdownlint