From 0c0b454c578bd2fb387c661b8bbcf0867901e1a8 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 2 Oct 2023 15:00:05 +0200 Subject: [PATCH] ci: add tmt linting to the pre-commit Signed-off-by: Matej Focko --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29a88a1..298f21c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,6 +50,10 @@ repos: args: [--show-error-codes, --ignore-missing-imports] additional_dependencies: [types-pkg_resources, types-requests, types-python-dateutil] + - repo: https://github.com/teemtee/tmt.git + rev: 1.27.0 + hooks: + - id: tmt-lint - repo: https://github.com/packit/pre-commit-hooks rev: v1.2.0 hooks: