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