Skip to content

Commit

Permalink
[DOCS] Add pre-commit hook check-docstring-first (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Sep 25, 2024
1 parent ec45de9 commit d93f81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d93f81c

Please sign in to comment.