From 9528ff0333451928c4c2e0bb97338999b5b502a4 Mon Sep 17 00:00:00 2001 From: Kirill Sosnovskikh Date: Mon, 2 Sep 2024 12:12:28 +0300 Subject: [PATCH] [#295] Update revision allure-validator Signed-off-by: Kirill Sosnovskikh --- .pre-commit-config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ec5c732..d8d2a694 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,10 +10,14 @@ repos: - id: isort name: isort (python) - repo: https://git.frostfs.info/TrueCloudLab/allure-validator - rev: 1.0.1 + rev: 1.1.0 hooks: - id: allure-validator - args: ["pytest_tests/"] + args: [ + "pytest_tests/", + "--plugins", + "frostfs[-_]testlib*", + ] pass_filenames: false ci: