From 0c0f43aa60de87a08df8fcb3f6a06f5c79a83fd3 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 11 Jun 2026 12:31:45 +1000 Subject: [PATCH] [CI] Remove deprecated hook `check-docstring-first` https://github.com/pre-commit/pre-commit-hooks#deprecated--replaced-hooks --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73f08edf626..7e1e1943af1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -417,9 +417,6 @@ repos: - id: check-case-conflict name: run check-case-conflict description: check for case conflicts in file names - - id: check-docstring-first - name: run check-docstring-first - description: check that docstrings are at the start of functions - id: check-executables-have-shebangs name: run check-executables-have-shebangs description: check that executable scripts have shebang lines