Skip to content

Commit

Permalink
Add a pre-commit hook definition to run codespell (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c authored and larsoner committed May 16, 2019
1 parent 2888c75 commit bcb5b06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- id: codespell
name: codespell
description: Checks for common misspellings in text files.
entry: codespell
language: python
types: [text]
args: []
require_serial: false
additional_dependencies: []

0 comments on commit bcb5b06

Please sign in to comment.