From 6bb7a085528d4dc1bd8c7b5f94761bfccf47cb09 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 25 Sep 2024 03:08:31 +1000 Subject: [PATCH] [DOCS] Add pre-commit hook `check-docstring-first` 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