allure-validator/.pre-commit-config.yaml
Kirill Sosnovskikh cba529dd3b Initial commit
Signed-off-by: Kirill Sosnovskikh <k.sosnovskikh@yadro.com>
2024-08-19 14:13:37 +03:00

15 lines
302 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 22.8.0
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
ci:
autofix_prs: false
autoupdate_schedule: quarterly