diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d8a379d..24788ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.49.0 hooks: - id: markdownlint-fix args: ['--config', '.markdownlint.yaml']