summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-19 15:13:02 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-19 15:13:03 -0500
commit899d706db01ffdbf51351f0917879a15354def6a (patch)
treee86dba60399f93344de2793c1a52fe3afaf13e13 /.pre-commit-config.yaml
parent0751d9d4d0958a2afb206d8b8b07cc5dc7746824 (diff)
downloadrequests-cache-899d706db01ffdbf51351f0917879a15354def6a.tar.gz
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
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml5
1 files changed, 0 insertions, 5 deletions
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: