From f7b790b93a53134f3a2e837f981b23830c538193 Mon Sep 17 00:00:00 2001 From: Kirill Sosnovskikh Date: Tue, 20 Aug 2024 16:24:02 +0300 Subject: [PATCH] Add pre-commit support Signed-off-by: Kirill Sosnovskikh --- .pre-commit-hooks.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..71d8edd --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +- id: allure-validator + name: allure-validator + entry: allure-validator + language: python + minimum_pre_commit_version: 2.20.0 + require_serial: true + types_or: [python, pyi] \ No newline at end of file