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 26, 2023
1 parent 0edd1e8 commit e1bdc7f
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 e1bdc7f

Please sign in to comment.