From e86bcbb3d6b60c9553e01186240c7af92587e5e9 Mon Sep 17 00:00:00 2001 From: Thomas Chamberlin Date: Tue, 5 Dec 2023 15:38:27 -0500 Subject: [PATCH] Add check-docstring-first back into pre commit hooks --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2150ac9d..e7b665e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,7 @@ repos: - id: mixed-line-ending args: - '--fix=lf' + - id: check-docstring-first - id: check-case-conflict # Check for files with names that would conflict on a case-insensitive filesystem - repo: https://github.com/pycqa/isort rev: 5.12.0