mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Ran pre-commit autoupdate.
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
1553c96e2a
commit
f36ce7025e
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
- id: requirements-txt-fixer
|
||||
- id: flake8
|
||||
- repo: https://github.com/pre-commit/pre-commit
|
||||
sha: v0.15.2
|
||||
sha: v0.16.3
|
||||
hooks:
|
||||
- id: validate_config
|
||||
- id: validate_manifest
|
||||
|
|
@ -23,10 +23,10 @@
|
|||
- id: reorder-python-imports
|
||||
language_version: python2.7
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
sha: v1.1.3
|
||||
sha: v1.1.4
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
- repo: https://github.com/asottile/add-trailing-comma
|
||||
sha: v0.6.1
|
||||
sha: v0.6.4
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue