diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bac09e4..049b3fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: src/dot_config/private_atuin/private_config\.toml ) - repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt - rev: v0.3.2 + rev: v0.4.0 hooks: - id: yamlfmt args: [--mapping, '2', --offset, '2', --sequence, '4'] @@ -61,7 +61,7 @@ repos: \.readthedocs.yml )$ - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: @@ -69,6 +69,6 @@ repos: - mdformat-gfm - mdformat-toc - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.47.0 hooks: - id: markdownlint