forked from TrueCloudLab/frostfs-testcases
[#293] Integrate allure-validator into pre-commit hook
Signed-off-by: Kirill Sosnovskikh <k.sosnovskikh@yadro.com>
This commit is contained in:
parent
0a5ce7f21a
commit
f860747673
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort (python)
|
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:
|
ci:
|
||||||
autofix_prs: false
|
autofix_prs: false
|
||||||
|
|
Loading…
Reference in a new issue