From d93f81cc3b31c65c206d895c2b12899781bdf038 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 26 Sep 2024 08:10:27 +1000 Subject: [PATCH] [DOCS] Add pre-commit hook `check-docstring-first` (#1604) https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#check-docstring-first --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 972d26e9c8..6bfa218468 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: check-ast - id: check-builtin-literals - id: check-case-conflict - # - id: check-docstring-first + - id: check-docstring-first - id: check-executables-have-shebangs # - id: check-json - id: check-merge-conflict