genienlp/.pre-commit-config.yaml

28 lines
740 B
YAML
Raw Permalink Normal View History

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-01-10 06:03:50 +00:00
rev: v4.4.0
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/)
- id: trailing-whitespace
2021-05-24 21:54:36 +00:00
exclude: ^(tests/dataset/|tests/database/|tests/expected_results/)
- repo: https://github.com/hadialqattan/pycln
2023-01-10 06:03:50 +00:00
rev: v2.1.2
hooks:
- id: pycln
2021-07-24 01:47:53 +00:00
args: [--config=pyproject.toml]
- repo: https://github.com/PyCQA/isort
2023-01-10 06:03:50 +00:00
rev: 5.11.4
hooks:
- id: isort
- repo: https://github.com/psf/black
2023-01-10 06:03:50 +00:00
rev: 22.12.0
hooks:
- id: black
2023-01-10 06:03:50 +00:00
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
2021-05-24 18:18:30 +00:00
verbose: false