We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa2654 commit f8df234Copy full SHA for f8df234
.pre-commit-config.yaml
@@ -13,12 +13,11 @@ repos:
13
- id: name-tests-test
14
- id: requirements-txt-fixer
15
16
-# Disabled until https://github.com/teemtee/tmt/issues/2651 is fixed
17
# 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
+- repo: https://github.com/teemtee/tmt.git
+ rev: 1.32.2
+ hooks:
+ - id: tmt-lint
22
23
# See https://black.readthedocs.io/en/stable/integrations/source_version_control.html
24
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
0 commit comments