Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #43 from ajm188/update-pre-commit
Browse files Browse the repository at this point in the history
Updates pre-commit
  • Loading branch information
ajm188 committed Aug 30, 2016
2 parents cccac1f + bc57dcd commit 7580eb9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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: 003e43251aea1da33f2072f2365ec8b9ceaae070
sha: 09d1747840bfb1457e9b8876b4c1f577d00a2a37
hooks:
- id: autopep8-wrapper
args:
Expand All @@ -18,12 +18,14 @@
- id: trailing-whitespace
- id: check-added-large-files
- repo: git://github.com/asottile/reorder_python_imports.git
sha: 3d86483455ab5bd06cc1069fdd5ac57be5463f10
sha: b022734351abe44d0b05a71a4fa1175287c59b49
hooks:
- id: reorder-python-imports
language_version: python2.7
args: [--remove-import, 'from __future__ import with_statement']
args:
- --remove-import
- from __future__ import with_statement
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
sha: 181a63c511691da58116fa19a7241956018660bc
sha: a388fdbbf40b44089ca1bcb9a03f89e0ae4380b1
hooks:
- id: remove-tabs

0 comments on commit 7580eb9

Please sign in to comment.