diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 352fc639d6..2aead09c10 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