Skip to content

Commit

Permalink
ci: add tmt linting to the pre-commit (#292)
Browse files Browse the repository at this point in the history
ci: add tmt linting to the pre-commit

Reviewed-by: Laura Barcziová
  • Loading branch information
2 parents 3410b4d + 0c0b454 commit 344e388
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 344e388

Please sign in to comment.