From 0bb9bb1768721cdb0711a0eeb8dfe9bf9c808ae1 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Sat, 25 Oct 2025 12:12:01 -0300 Subject: [PATCH] Remove deprecated docstringify pre-commit hook --- .pre-commit-hooks.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 2935804..6209515 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -24,13 +24,3 @@ language: python require_serial: true types: [python] - -- id: docstringify - name: docstringify (deprecated) - description: >- - Flag missing docstrings and, optionally, generate them from signatures - and type annotations. - entry: docstringify - language: python - require_serial: true - types: [python]