2018-06-10 17:40:07 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/ambv/black
|
2019-03-21 14:37:07 +00:00
|
|
|
rev: 19.3b0
|
2018-06-10 17:40:07 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2018-11-24 12:17:26 +00:00
|
|
|
language_version: python3.7
|
2018-07-12 10:19:24 +00:00
|
|
|
# override until resolved: https://github.com/ambv/black/issues/402
|
|
|
|
files: \.pyi?$
|
|
|
|
types: []
|
2019-01-31 07:19:26 +00:00
|
|
|
|
|
|
|
- repo: https://gitlab.com/pycqa/flake8
|
2019-07-20 09:24:48 +00:00
|
|
|
rev: 3.7.8
|
2019-01-31 07:19:26 +00:00
|
|
|
hooks:
|
2019-07-20 09:24:48 +00:00
|
|
|
- id: flake8
|
|
|
|
language_version: python3.7
|
2019-01-31 07:19:26 +00:00
|
|
|
|
2018-06-10 17:40:07 +00:00
|
|
|
- repo: https://github.com/asottile/seed-isort-config
|
2019-08-21 08:28:31 +00:00
|
|
|
rev: v1.9.2
|
2018-06-10 17:40:07 +00:00
|
|
|
hooks:
|
|
|
|
- id: seed-isort-config
|
2019-01-31 07:19:26 +00:00
|
|
|
|
2018-11-24 12:17:26 +00:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
2019-07-20 09:24:48 +00:00
|
|
|
rev: v4.3.21
|
2018-11-24 12:17:26 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
language_version: python3.7
|
|
|
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2019-08-21 08:28:31 +00:00
|
|
|
rev: v2.3.0
|
2018-11-24 12:17:26 +00:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: debug-statements
|