2021-05-23 07:20:49 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2023-01-10 06:03:50 +00:00
|
|
|
rev: v4.4.0
|
2021-05-23 07:20:49 +00:00
|
|
|
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-06-24 18:03:58 +00:00
|
|
|
- repo: https://github.com/hadialqattan/pycln
|
2023-01-10 06:03:50 +00:00
|
|
|
rev: v2.1.2
|
2021-06-24 18:03:58 +00:00
|
|
|
hooks:
|
|
|
|
- id: pycln
|
2021-07-24 01:47:53 +00:00
|
|
|
args: [--config=pyproject.toml]
|
2021-05-23 07:20:49 +00:00
|
|
|
- repo: https://github.com/PyCQA/isort
|
2023-01-10 06:03:50 +00:00
|
|
|
rev: 5.11.4
|
2021-05-23 07:20:49 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/psf/black
|
2023-01-10 06:03:50 +00:00
|
|
|
rev: 22.12.0
|
2021-05-23 07:20:49 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2023-01-10 06:03:50 +00:00
|
|
|
- repo: https://github.com/pycqa/flake8
|
|
|
|
rev: 6.0.0
|
2021-05-23 07:20:49 +00:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
2021-05-24 18:18:30 +00:00
|
|
|
verbose: false
|