mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
pre-commit autoupdate
This commit is contained in:
parent
de9e7a04b1
commit
e7158ce14d
2 changed files with 5 additions and 6 deletions
|
|
@ -13,23 +13,23 @@ repos:
|
|||
- id: requirements-txt-fixer
|
||||
- id: flake8
|
||||
- repo: https://github.com/pre-commit/mirrors-autopep8
|
||||
rev: v1.4
|
||||
rev: v1.4.3
|
||||
hooks:
|
||||
- id: autopep8
|
||||
- repo: https://github.com/pre-commit/pre-commit
|
||||
rev: v1.7.0
|
||||
rev: v1.13.0
|
||||
hooks:
|
||||
- id: validate_manifest
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
rev: v1.0.1
|
||||
rev: v1.3.4
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
language_version: python2.7
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v1.2.0
|
||||
rev: v1.11.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
- repo: https://github.com/asottile/add-trailing-comma
|
||||
rev: v0.6.4
|
||||
rev: v0.7.1
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue