Skip to content

Commit f8df234

Browse files
committed
Renable tmt linting
1 parent faa2654 commit f8df234

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ repos:
1313
- id: name-tests-test
1414
- id: requirements-txt-fixer
1515

16-
# Disabled until https://github.com/teemtee/tmt/issues/2651 is fixed
1716
# See https://tmt.readthedocs.io/en/latest/guide.html#checking-data-validity
18-
# - repo: https://github.com/teemtee/tmt.git
19-
# rev: 1.28.2
20-
# hooks:
21-
# - id: tmt-lint
17+
- repo: https://github.com/teemtee/tmt.git
18+
rev: 1.32.2
19+
hooks:
20+
- id: tmt-lint
2221

2322
# See https://black.readthedocs.io/en/stable/integrations/source_version_control.html
2423
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster

0 commit comments

Comments
 (0)