From fb12c8c3876faa5e06a74cd96d533f4fce84c7ea Mon Sep 17 00:00:00 2001 From: HendrikRauh <114620133+HendrikRauh@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:58:11 +0100 Subject: [PATCH] fix(pre-commit): remove deprecated check-docstring-first hook --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b413fa2..3048387 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,6 @@ repos: args: [--maxkb=1000] - id: check-ast - id: check-case-conflict - - id: check-docstring-first - id: check-json - id: check-merge-conflict - id: detect-private-key