Skip to content

Commit

Permalink
Add tmtlint to githooks checks
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 25, 2023
1 parent 4b8ebc6 commit 8c8f3b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c8f3b1

Please sign in to comment.