From 8c8f3b182b874f98c2354585703f09c6d26bc782 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 25 Sep 2023 10:05:16 -0400 Subject: [PATCH] Add tmtlint to githooks checks Signed-off-by: mulhern --- .githooks/pre-commit | 1 + 1 file changed, 1 insertion(+) diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 352fc639d63..2aead09c106 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -10,6 +10,7 @@ make fmt-ci && make test && make clippy && make yamllint && + make tmtlint && make check-typos || exit 1 export PYTHONPATH=$PWD/tests/client-dbus/src