22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/hhatto/autopep8
5- rev : ' v2.1.0 '
5+ rev : ' v2.1.1 '
66 hooks :
77 - id : autopep8
88
2121 - id : trailing-whitespace
2222
2323 - repo : https://github.com/pre-commit/mirrors-mypy
24- rev : " v1.9 .0"
24+ rev : " v1.10 .0"
2525 hooks :
2626 - id : mypy
2727 # TODO: find out how to amend mypy, pyright, pre-commit and package requirements.
6565 args : [--config-file=pyproject.toml]
6666
6767 - repo : https://github.com/RobertCraigie/pyright-python
68- rev : v1.1.357
68+ rev : v1.1.364
6969 hooks :
7070 - id : pyright
7171 # TODO: find out how to amend mypy, pyright, pre-commit and package requirements.
@@ -106,7 +106,7 @@ repos:
106106 - " types-docutils"
107107
108108 - repo : https://github.com/python-jsonschema/check-jsonschema
109- rev : " 0.28.1 "
109+ rev : " 0.28.4 "
110110 hooks :
111111 - id : check-metaschema
112112 name : " Check JSON schemas validity"
@@ -119,7 +119,7 @@ repos:
119119 files : ^tmt/schemas/.*\.yaml
120120
121121 - repo : https://github.com/ansible-community/ansible-lint.git
122- rev : v24.2.1
122+ rev : v24.5.0
123123 hooks :
124124 - id : ansible-lint
125125 args :
@@ -135,15 +135,15 @@ repos:
135135 # in order to be parsed by ansible-lint
136136
137137 - repo : https://github.com/charliermarsh/ruff-pre-commit
138- rev : v0.3 .5
138+ rev : v0.4 .5
139139 hooks :
140140 - id : ruff
141141 args :
142142 - ' --fix'
143143 - ' --show-fixes'
144144
145145 - repo : https://github.com/teemtee/tmt.git
146- rev : 1.32.1
146+ rev : 1.33.0
147147 hooks :
148148 - id : tmt-lint
149149 additional_dependencies :
@@ -154,7 +154,7 @@ repos:
154154 # There is *a lot* of them, and hatch might fetch many of them.
155155 - " botocore>=1.25.10" # 1.25.10 is the current one available for RHEL9
156156 - repo : https://github.com/codespell-project/codespell
157- rev : v2.2.6
157+ rev : v2.3.0
158158 hooks :
159159 - id : codespell
160160 additional_dependencies :
0 commit comments