diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab5623c..80dae63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # fail_fast: true repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: mixed-line-ending args: [--fix, lf] @@ -13,7 +13,7 @@ repos: - id: check-added-large-files - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: @@ -21,7 +21,7 @@ repos: - mdformat-admon - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.44.0 + rev: v0.48.0 hooks: - id: markdownlint