Skip to content

Commit

Permalink
Add trailing comma hook and update hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed Jul 20, 2017
1 parent e8f3cbd commit 37b336b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- repo: git@github.com:pre-commit/pre-commit-hooks.git
sha: v0.7.1
sha: v0.9.1
hooks:
- id: autopep8-wrapper
args:
Expand All @@ -25,7 +25,11 @@
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: git@github.com:asottile/reorder_python_imports.git
sha: v0.3.2
sha: v0.3.5
hooks:
- id: reorder-python-imports
language_version: python2.7
- repo: https://github.com/asottile/add-trailing-comma
sha: v0.6.1
hooks:
- id: add-trailing-comma

0 comments on commit 37b336b

Please sign in to comment.