File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ repos:
106106 docs/theme/tum.yml
107107 )
108108 - repo : https://github.com/pappasam/toml-sort
109- rev : v0.24.2
109+ rev : v0.24.3
110110 hooks :
111111 - id : toml-sort-fix
112112 - repo : https://github.com/pre-commit/mirrors-clang-format
113- rev : v21.1.0
113+ rev : v21.1.2
114114 hooks :
115115 - id : clang-format
116116 - repo : https://github.com/cpplint/cpplint
@@ -126,7 +126,7 @@ repos:
126126 additional_dependencies : [cmakelang]
127127 exclude : cmake/.*
128128 - repo : https://github.com/astral-sh/ruff-pre-commit
129- rev : v0.12.11
129+ rev : v0.13.3
130130 hooks :
131131 - id : ruff-format
132132 - id : ruff-check
@@ -139,12 +139,12 @@ repos:
139139 - flake8-bugbear # Ruff does not implement all of bugbear
140140 - flake8-requirements # Not yet implemented https://github.com/astral-sh/ruff/issues/4100
141141 - repo : https://github.com/pre-commit/mirrors-mypy
142- rev : v1.17.1
142+ rev : v1.18.2
143143 hooks :
144144 - id : mypy
145145 args : [--python-version, '3.12']
146146 - repo : https://github.com/PyCQA/pylint
147- rev : v3.3.8
147+ rev : v3.3.9
148148 hooks :
149149 - id : pylint
150150 - repo : https://github.com/asottile/pyupgrade
@@ -165,10 +165,10 @@ repos:
165165 hooks :
166166 - id : shellcheck
167167 - repo : https://github.com/python-jsonschema/check-jsonschema
168- rev : 0.33.3
168+ rev : 0.34.0
169169 hooks :
170170 - id : check-github-workflows
171171 - repo : https://github.com/crate-ci/typos
172- rev : v1.35.8
172+ rev : v1.37.3
173173 hooks :
174174 - id : typos
You can’t perform that action at this time.
0 commit comments