From 21f35c8f78086094f7f69e6e094541ad6b73a23f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 16 Sep 2021 22:32:31 +0300 Subject: [PATCH] Update the mdformat pre-commit hook. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afa7193..01b0f53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: exclude: LICENSE - repo: https://github.com/executablebooks/mdformat.git - rev: 0.5.3 + rev: 0.7.9 hooks: - id: mdformat -- GitLab