diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 069a30ce..e96719e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: # Markdown linting # Config file: .markdownlint.yaml - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.49.0 + rev: v0.49.1 hooks: - id: markdownlint args: ['--disable', 'MD013', ' --'] @@ -38,7 +38,7 @@ repos: # Config file: .codespell_ignore - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell args: ['-I', '.codespell_ignore', '--uri-ignore-words-list', '*']