TT#121955 pre-commit: update plugins

Change-Id: Ic5f171f1a4efa1ca647d7e27c1ae9928a106e97f
pull/4/head
Victor Seva 3 years ago
parent 9249977c01
commit ca54503eaf

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

Loading…
Cancel
Save