8594ad6f5f
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
30 lines
617 B
YAML
30 lines
617 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 20.8b1
|
|
hooks:
|
|
- id: black
|
|
language_version: python3
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v0.812
|
|
hooks:
|
|
- id: mypy
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
rev: 3.8.4
|
|
hooks:
|
|
- id: flake8
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.4.0
|
|
hooks:
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.7.0
|
|
hooks:
|
|
- id: isort
|
|
additional_dependencies: [toml]
|
|
- repo: https://github.com/myint/docformatter
|
|
rev: v1.4
|
|
hooks:
|
|
- id: docformatter
|
|
args: [--in-place]
|