Skip to content

Commit 344e388

Browse files
ci: add tmt linting to the pre-commit (#292)
ci: add tmt linting to the pre-commit Reviewed-by: Laura Barcziová
2 parents 3410b4d + 0c0b454 commit 344e388

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ repos:
5050
args: [--show-error-codes, --ignore-missing-imports]
5151
additional_dependencies:
5252
[types-pkg_resources, types-requests, types-python-dateutil]
53+
- repo: https://github.com/teemtee/tmt.git
54+
rev: 1.27.0
55+
hooks:
56+
- id: tmt-lint
5357
- repo: https://github.com/packit/pre-commit-hooks
5458
rev: v1.2.0
5559
hooks:

0 commit comments

Comments
 (0)