2021-05-23 07:20:49 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v4.0.1
|
|
|
|
hooks:
|
|
|
|
- id: check-yaml
|
|
|
|
- id: end-of-file-fixer
|
2021-05-24 21:54:36 +00:00
|
|
|
exclude: ^(tests/dataset/|tests/database/|tests/expected_results/)
|
2021-05-23 07:20:49 +00:00
|
|
|
- id: trailing-whitespace
|
2021-05-24 21:54:36 +00:00
|
|
|
exclude: ^(tests/dataset/|tests/database/|tests/expected_results/)
|
2021-05-23 07:20:49 +00:00
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
|
|
rev: 5.8.0
|
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 21.5b1
|
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
language_version: python3.8
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v2.3.0
|
|
|
|
hooks:
|
|
|
|
- id: flake8
|
2021-05-24 18:18:30 +00:00
|
|
|
verbose: false
|