[#293] Integrate allure-validator into pre-commit hook #293

Merged
abereziny merged 1 commit from Kiriruso/frostfs-testcases:feature/allure-validator-integration into master 2024-08-27 16:25:24 +00:00

View file

@ -9,6 +9,12 @@ repos:
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