From 899d706db01ffdbf51351f0917879a15354def6a Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 19 Apr 2022 15:13:02 -0500 Subject: Remove blacken-docs for now It doesn't support lines prefixed with interpreter prefixes (`>>> `), and some examples contain whitespace-aligned formatting I want to retain --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d60297..9500153 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,11 +11,6 @@ repos: rev: 22.3.0 hooks: - id: black - - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 - hooks: - - id: blacken-docs - args: [--skip-errors, --skip-string-normalization] - repo: https://github.com/timothycrosley/isort rev: 5.10.1 hooks: -- cgit v1.2.1