|
|
@ -25,7 +25,7 @@ repos:
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
|
|
rev: "v1.5.0"
|
|
|
|
rev: "v1.4.1"
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: mypy
|
|
|
|
- id: mypy
|
|
|
|
- repo: https://github.com/PyCQA/docformatter
|
|
|
|
- repo: https://github.com/PyCQA/docformatter
|
|
|
@ -40,7 +40,7 @@ repos:
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: autoflake
|
|
|
|
- id: autoflake
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
|
|
|
rev: 6.1.0
|
|
|
|
rev: 6.0.0
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
- id: flake8
|
|
|
|
entry: pflake8
|
|
|
|
entry: pflake8
|
|
|
|