21 lines
485 B
YAML
21 lines
485 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)
|
|
- repo: https://git.frostfs.info/TrueCloudLab/allure-validator
|
|
rev: 1.0.1
|
|
hooks:
|
|
- id: allure-validator
|
|
args: ["pytest_tests/"]
|
|
pass_filenames: false
|
|
|
|
ci:
|
|
autofix_prs: false
|
|
autoupdate_schedule: quarterly
|