File tree Expand file tree Collapse file tree 3 files changed +175
-171
lines changed Expand file tree Collapse file tree 3 files changed +175
-171
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ repos:
50
50
- mdformat-gfm-alerts
51
51
52
52
- repo : https://github.com/crate-ci/typos
53
- rev : v1.28 .4
53
+ rev : v1.29 .4
54
54
hooks :
55
55
- id : typos
56
56
57
57
- repo : https://github.com/astral-sh/ruff-pre-commit
58
- rev : v0.9.1
58
+ rev : v0.9.2
59
59
hooks :
60
60
- id : ruff
61
61
args : [--fix, --show-fixes]
Original file line number Diff line number Diff line change @@ -44,21 +44,21 @@ mdformat = [
44
44
lint = [
45
45
{include-group = " extras" },
46
46
{include-group = " mdformat" },
47
- " ruff>=0.9.1 " ,
47
+ " ruff>=0.9.2 " ,
48
48
" sp-repo-review[cli]>=2024.8.19" ,
49
49
]
50
50
typecheck = [
51
51
{include-group = " extras" },
52
52
{include-group = " ci" },
53
53
{include-group = " codegen" },
54
54
" basedmypy[faster-cache]>=2.9.1" ,
55
- " basedpyright>=1.23.2 " ,
55
+ " basedpyright>=1.24.0 " ,
56
56
]
57
57
dev = [
58
58
{include-group = " lint" },
59
59
{include-group = " typecheck" },
60
60
" poethepoet>=0.32.1,<1" ,
61
- " pre-commit>=4.0.1,<5 " ,
61
+ " pre-commit>=4.1.0 " ,
62
62
" pre-commit-uv>=4.1.4,<5" ,
63
63
]
64
64
You can’t perform that action at this time.
0 commit comments