Skip to content

Commit

Permalink
ci: add tmt linting to the pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Oct 2, 2023
1 parent 3410b4d commit 0c0b454
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c0b454

Please sign in to comment.