File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 # # Check JSON schemata
3030 - repo : https://github.com/python-jsonschema/check-jsonschema
31- rev : 0.37.2
31+ rev : 0.37.3
3232 hooks :
3333 - id : check-github-workflows
3434 priority : 0
5252
5353 # # Ensure uv.lock is up to date
5454 - repo : https://github.com/astral-sh/uv-pre-commit
55- rev : 0.11.19
55+ rev : 0.11.21
5656 hooks :
5757 - id : uv-lock
5858 priority : 0
@@ -138,7 +138,7 @@ repos:
138138
139139 # # Format and lint Python files with ruff
140140 - repo : https://github.com/astral-sh/ruff-pre-commit
141- rev : v0.15.16
141+ rev : v0.15.17
142142 hooks :
143143 - id : ruff-check
144144 require_serial : true
@@ -149,7 +149,7 @@ repos:
149149
150150 # # Check Python types with ty
151151 - repo : https://github.com/astral-sh/ty-pre-commit
152- rev : v0.0.47
152+ rev : v0.0.49
153153 hooks :
154154 - id : ty
155155 args : [--only-dev]
You can’t perform that action at this time.
0 commit comments