2020-02-07 17:51:50 +00:00
|
|
|
repos:
|
|
|
|
- repo: "https://github.com/ambv/black"
|
|
|
|
rev: "stable"
|
|
|
|
hooks:
|
|
|
|
- id: "black"
|
|
|
|
language_version: "python3.7"
|
2020-02-12 12:10:41 +00:00
|
|
|
- repo: "https://github.com/pre-commit/pre-commit-hooks"
|
|
|
|
rev: "v2.3.0"
|
|
|
|
hooks:
|
|
|
|
- id: "flake8"
|
|
|
|
- repo: "https://github.com/pre-commit/mirrors-isort"
|
|
|
|
rev: "v4.3.21"
|
|
|
|
hooks:
|
|
|
|
- id: "isort"
|