diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc6f4db..0894a51 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: trailing-whitespace - id: detect-private-key - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.0 hooks: - id: markdownlint args: [--fix] @@ -40,7 +40,7 @@ repos: - id: typos args: ["--force-exclude"] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.3 + rev: v4.16.4 hooks: - id: commitizen - repo: https://github.com/jorisroovers/gitlint