From 944c49782740f0aac029e8ee974b4857c20551f2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 16 Sep 2021 21:19:53 +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 b8186f0..0cfc804 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