diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 575b63a..79e6569 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,12 +20,12 @@ repos: - id: check-github-actions - id: check-github-workflows - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.49.0 + rev: v0.49.1 hooks: - id: markdownlint-fix exclude: '{{ cookiecutter.project_slug }}' - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell args: [-I, .codespell_ignore.txt]