diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7975e9..764704f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -11,7 +11,7 @@ repos: - id: check-vcs-permalinks - id: mixed-line-ending - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat additional_dependencies: @@ -19,7 +19,7 @@ repos: - mdformat-tables - mdformat-toc - repo: https://github.com/sirosen/texthooks - rev: 0.4.0 + rev: 0.5.0 hooks: - id: fix-smartquotes - id: fix-ligatures