From 65955a6b062388e33579ce17a5ddf50def9ccf8a Mon Sep 17 00:00:00 2001 From: Kirill Sosnovskikh Date: Thu, 8 Aug 2024 10:15:51 +0300 Subject: [PATCH] [#293] Integrate allure-validator into pre-commit hook Signed-off-by: Kirill Sosnovskikh --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 032a87d7..6ec5c732 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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