TT#96400 pre-commit: upgrade hook

Change-Id: Ibe8de549a10e4482bb6461a2ad3317ce9e788194
pull/3/head
Victor Seva 5 years ago
parent 69054bc590
commit 9d914a3f9e

@ -3,7 +3,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.9.0
rev: v2.3.5
hooks:
- id: reorder-python-imports
exclude: >
@ -13,16 +13,19 @@ repos:
)$
args: ["--py37-plus"]
- repo: https://github.com/psf/black
rev: stable
rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
- repo: https://gitlab.com/PyCQA/flake8
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
hooks:
- id: requirements-txt-fixer
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v6.8.0
rev: v7.12.0
hooks:
- id: eslint
args: ['--fix']

Loading…
Cancel
Save