Skip to content

Commit

Permalink
Add check-docstring-first back into pre commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tchamberlin committed Dec 5, 2023
1 parent fdfc6cb commit e86bcbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e86bcbb

Please sign in to comment.