mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
dogfood: upgrade hooks
This commit is contained in:
parent
416c0756b6
commit
44b2af80f4
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
||||
sha: v0.7.0
|
||||
sha: v0.9.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
|
|
@ -12,12 +12,12 @@
|
|||
- id: requirements-txt-fixer
|
||||
- id: flake8
|
||||
- repo: https://github.com/pre-commit/pre-commit.git
|
||||
sha: v0.12.0
|
||||
sha: v0.15.0
|
||||
hooks:
|
||||
- id: validate_config
|
||||
- id: validate_manifest
|
||||
- repo: https://github.com/asottile/reorder_python_imports.git
|
||||
sha: v0.3.1
|
||||
sha: v0.3.4
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
language_version: python2.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue