From 00d1a8079c26fac7c0b772edeadfc9f26a04b5b4 Mon Sep 17 00:00:00 2001 From: aptsunny Date: Mon, 17 Oct 2022 17:05:53 +0800 Subject: [PATCH] py36 lint --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48889ef92..fb1f746a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,15 +30,15 @@ repos: rev: v2.1.0 hooks: - id: codespell - # - repo: https://github.com/executablebooks/mdformat - # rev: 0.7.14 - # hooks: - # - id: mdformat - # args: ["--number"] - # additional_dependencies: - # - mdformat-gfm - # - mdformat_frontmatter - # - linkify-it-py + - repo: https://github.com/executablebooks/mdformat + rev: 0.7.14 + hooks: + - id: mdformat + args: ["--number"] + additional_dependencies: + - mdformat-gfm + - mdformat_frontmatter + - linkify-it-py - repo: https://github.com/myint/docformatter rev: v1.3.1 hooks: