Skip to content

Commit

Permalink
Make eradicate compatible with pre-commit (#14)
Browse files Browse the repository at this point in the history
* try doing pre-commit hook

* only apply to py files

* switching quotes
  • Loading branch information
rdturnermtl authored and myint committed Aug 4, 2019
1 parent 3a8d11a commit 522ed7c
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: eradicate
name: eradicate
description: "Apply eradicate"
entry: eradicate
language: python
files: '\.py$'
args: [--in-place]

0 comments on commit 522ed7c

Please sign in to comment.