Skip to content

Commit

Permalink
Add pre-commit hook configuration (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored and dzhu committed Jul 19, 2022
1 parent 483e764 commit de1ae78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- id: rstfmt
name: rstfmt
description: 'rstfmt: a formatter for reStructuredText'
entry: rstfmt
language: python
language_version: python3
types: [rst]

0 comments on commit de1ae78

Please sign in to comment.