2020-02-07 17:51:50 +00:00
|
|
|
repos:
|
|
|
|
- repo: "https://github.com/ambv/black"
|
2021-05-02 11:45:02 +00:00
|
|
|
rev: "21.4b2"
|
2020-02-07 17:51:50 +00:00
|
|
|
hooks:
|
|
|
|
- id: "black"
|
|
|
|
language_version: "python3.7"
|
2021-05-02 11:45:02 +00:00
|
|
|
- repo: "https://gitlab.com/pycqa/flake8"
|
|
|
|
rev: "3.9.1"
|
2020-02-12 12:10:41 +00:00
|
|
|
hooks:
|
|
|
|
- id: "flake8"
|
|
|
|
- repo: "https://github.com/pre-commit/mirrors-isort"
|
2021-05-02 11:45:02 +00:00
|
|
|
rev: "v5.8.0"
|
2020-02-12 12:10:41 +00:00
|
|
|
hooks:
|
|
|
|
- id: "isort"
|