File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Install uv
2222 uses : astral-sh/setup-uv@v7
2323 with :
24- version : " 0.10.0 "
24+ version : " 0.10.3 "
2525 enable-cache : true
2626
2727 - name : Install the project
Original file line number Diff line number Diff line change 99 - id : trailing-whitespace
1010
1111 - repo : https://github.com/astral-sh/ruff-pre-commit
12- rev : v0.15.0
12+ rev : v0.15.1
1313 hooks :
1414 - id : ruff-check
1515 args : [ '--fix' ]
1616 - id : ruff-format
1717
1818 - repo : https://github.com/astral-sh/uv-pre-commit
19- rev : 0.10.0
19+ rev : 0.10.3
2020 hooks :
2121 - id : uv-lock
2222
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ requires-python = ">=3.11"
1010dependencies = [
1111 " discord>=2.3.2" ,
1212 " pydantic>=2.12.5" ,
13+ " ruff>=0.15.0" ,
14+ " ty>=0.0.15" ,
1315]
1416
1517[project .scripts ]
@@ -23,8 +25,8 @@ build-backend = "uv_build"
2325dev = [
2426 " pre-commit>=4.5.1" ,
2527 " pre-commit-uv>=4.2.0" ,
26- " ruff>=0.15.0 " ,
27- " ty>=0.0.15 " ,
28+ " ruff>=0.15.1 " ,
29+ " ty>=0.0.17 " ,
2830]
2931
3032[tool .ty .rules ]
You can’t perform that action at this time.
0 commit comments