|
@@ -1,11 +1,11 @@
|
|
repos:
|
|
repos:
|
|
- repo: https://github.com/psf/black
|
|
- repo: https://github.com/psf/black
|
|
- rev: 22.1.0
|
|
+ rev: 22.3.0
|
|
hooks:
|
|
hooks:
|
|
- id: black
|
|
- id: black
|
|
exclude: \.py-tpl$
|
|
exclude: \.py-tpl$
|
|
- repo: https://github.com/PyCQA/isort
|
|
- repo: https://github.com/PyCQA/isort
|
|
- rev: 5.9.3
|
|
+ rev: 5.10.1
|
|
hooks:
|
|
hooks:
|
|
- id: isort
|
|
- id: isort
|
|
- repo: https://github.com/PyCQA/flake8
|
|
- repo: https://github.com/PyCQA/flake8
|
|
@@ -13,6 +13,6 @@ repos:
|
|
hooks:
|
|
hooks:
|
|
- id: flake8
|
|
- id: flake8
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
|
- rev: v7.32.0
|
|
+ rev: v8.3.0
|
|
hooks:
|
|
hooks:
|
|
- id: eslint
|
|
- id: eslint
|