2020-06-10 06:38:52 +00:00
|
|
|
---
|
2018-06-10 17:40:07 +00:00
|
|
|
repos:
|
2019-08-21 15:12:52 +00:00
|
|
|
- repo: https://github.com/psf/black
|
2020-09-01 07:56:52 +00:00
|
|
|
rev: 20.8b1
|
2018-06-10 17:40:07 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2020-03-13 10:07:31 +00:00
|
|
|
language_version: python3.8
|
2019-01-31 07:19:26 +00:00
|
|
|
|
2018-11-24 12:17:26 +00:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
2020-10-17 11:40:56 +00:00
|
|
|
rev: v5.6.4
|
2018-11-24 12:17:26 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
2019-10-17 08:31:11 +00:00
|
|
|
additional_dependencies: [toml]
|
2018-11-24 12:17:26 +00:00
|
|
|
|
2020-06-10 06:38:52 +00:00
|
|
|
- repo: https://gitlab.com/pycqa/flake8
|
2020-10-17 11:40:56 +00:00
|
|
|
rev: 3.8.4
|
2020-06-10 06:38:52 +00:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
language_version: python3.8
|
|
|
|
|
2020-08-25 10:37:54 +00:00
|
|
|
- repo: https://github.com/econchick/interrogate
|
2020-09-18 11:27:26 +00:00
|
|
|
rev: 1.3.1
|
2020-08-25 10:37:54 +00:00
|
|
|
hooks:
|
|
|
|
- id: interrogate
|
|
|
|
args: [tests]
|
|
|
|
language_version: python3.8
|
|
|
|
|
2018-11-24 12:17:26 +00:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2020-11-03 09:11:39 +00:00
|
|
|
rev: v3.3.0
|
2018-11-24 12:17:26 +00:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: debug-statements
|
2020-09-02 07:03:06 +00:00
|
|
|
- id: check-toml
|