diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8987838..fdbfee7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ exclude: ^.*\.svg$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -31,13 +31,13 @@ repos: - commit-msg - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.4.0 hooks: - id: codespell args: ["--ignore-words=codespell-ignore-dictionary.txt"] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.40.0 + rev: v0.44.0 hooks: - id: markdownlint - id: markdownlint-fix