mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Add trailing comma hook and update hooks.
This commit is contained in:
parent
e8f3cbd874
commit
37b336bf98
@ -1,5 +1,5 @@
|
|||||||
- repo: git@github.com:pre-commit/pre-commit-hooks.git
|
- repo: git@github.com:pre-commit/pre-commit-hooks.git
|
||||||
sha: v0.7.1
|
sha: v0.9.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8-wrapper
|
- id: autopep8-wrapper
|
||||||
args:
|
args:
|
||||||
@ -25,7 +25,11 @@
|
|||||||
- id: requirements-txt-fixer
|
- id: requirements-txt-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: git@github.com:asottile/reorder_python_imports.git
|
- repo: git@github.com:asottile/reorder_python_imports.git
|
||||||
sha: v0.3.2
|
sha: v0.3.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: reorder-python-imports
|
- id: reorder-python-imports
|
||||||
language_version: python2.7
|
language_version: python2.7
|
||||||
|
- repo: https://github.com/asottile/add-trailing-comma
|
||||||
|
sha: v0.6.1
|
||||||
|
hooks:
|
||||||
|
- id: add-trailing-comma
|
||||||
|
Loading…
Reference in New Issue
Block a user