mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 04:50:20 -06:00
Ran pre-commit autoupdate.
Committed via https://github.com/asottile/all-repos
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
||||
sha: v0.9.0
|
||||
sha: v0.9.1
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
@@ -12,16 +12,16 @@
|
||||
- id: requirements-txt-fixer
|
||||
- id: flake8
|
||||
- repo: https://github.com/pre-commit/pre-commit.git
|
||||
sha: v0.15.0
|
||||
sha: v0.16.3
|
||||
hooks:
|
||||
- id: validate_config
|
||||
- id: validate_manifest
|
||||
- repo: https://github.com/asottile/reorder_python_imports.git
|
||||
sha: v0.3.4
|
||||
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
|
||||
sha: v0.6.4
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
|
||||
Reference in New Issue
Block a user