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