diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ec5c73..d8d2a69 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: