2019-04-09 16:57:29 +03:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/asottile/seed-isort-config
|
|
|
|
rev: v1.7.0
|
|
|
|
hooks:
|
|
|
|
- id: seed-isort-config
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
|
|
|
rev: v4.3.16
|
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/ambv/black
|
|
|
|
rev: stable
|
|
|
|
hooks:
|
|
|
|
- id: black
|
2019-04-09 19:02:36 +03:00
|
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
|
|
rev: 3.7.7
|
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
additional_dependencies: ['flake8-coding==1.3.1', 'flake8-copyright==0.2.2', 'flake8-debugger==3.1.0', 'flake8-mypy==17.8.0']
|
|
|
|
python_version: python3.6
|