Skip to content

Commit

Permalink
Bump pre-commit hooks and add a few
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
SamWhited committed Jun 11, 2015
1 parent 1f81b62 commit 244139b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.4.1
sha: v0.4.2
hooks:
- id: autopep8-wrapper
args: ['-i']
exclude: 'docs/source/_themes/'
- id: check-json
- id: check-yaml
- id: name-tests-test
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-case-conflict
- id: check-merge-conflict
- id: check-docstring-first

0 comments on commit 244139b

Please sign in to comment.