File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33[build-system ]
44requires = [
55 " hatchling>=1.27.0,<2.0" ,
6- " hatch-vcs>=0.4 .0,<0.5 .0" ,
7- " ruff==0.11.2 " ,
6+ " hatch-vcs>=0.5 .0,<0.6 .0" ,
7+ " ruff==0.14.9 " ,
88 " pyright>=1.1.398,<1.2.0" ,
99]
1010build-backend = " hatchling.build"
@@ -15,7 +15,7 @@ dynamic = ["version"]
1515dependencies = [
1616 " jitx>=0.1.dev,<0.2.0" ,
1717 " jitxstd>=0.1.dev,<0.2.0" ,
18- " ruff==0.11.2 " ,
18+ " ruff==0.14.9 " ,
1919 " pyright>=1.1.398,<1.2.0" ,
2020]
2121requires-python = " >=3.12"
@@ -51,7 +51,7 @@ fallback-version = "0.0.0+undefined"
5151
5252# formatting: run "hatch fmt --check"
5353[tool .hatch .envs .hatch-static-analysis ]
54- dependencies = [" ruff==0.11.2 " ]
54+ dependencies = [" ruff==0.14.9 " ]
5555config-path = " none" # don't use hatch defaults
5656
5757[tool .ruff ]
You can’t perform that action at this time.
0 commit comments