mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Merge pull request #229 from pre-commit/all-repos_autofix_pre-commit-autoupdate
Ran pre-commit autoupdate.
This commit is contained in:
commit
5c2430e238
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