From dba2b271314a0c04e29b23bead36b11e085afa03 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 6 Apr 2023 18:42:49 +0100 Subject: [PATCH] Remove check-docstring-first hook --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6d093a90..477ab63fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,14 +14,13 @@ repos: - id: debug-statements - id: check-builtin-literals - id: check-case-conflict - - id: check-docstring-first - id: detect-private-key - repo: https://github.com/pre-commit/mirrors-prettier rev: 'v3.0.0-alpha.6' hooks: - id: prettier - args: ['--tab-width', '2', '--single-quote'] + args: ['--tab-width', '2'] - repo: https://github.com/asottile/pyupgrade rev: v3.3.1