File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44repos :
55- repo : https://github.com/astral-sh/ruff-pre-commit
6- rev : v0.14.5
6+ rev : v0.14.7
77 hooks :
88 - id : ruff-check
99 args : ["--fix"]
2020 - --sort-by-bibkey
2121 - --drop=abstract
2222- repo : https://github.com/biomejs/pre-commit
23- rev : v2.3.5
23+ rev : v2.3.8
2424 hooks :
2525 - id : biome-format
2626- repo : https://github.com/ComPWA/taplo-pre-commit
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies = [
6868 " numba >=0.60" ,
6969 " umap-learn>=0.5.7" ,
7070 " pynndescent>=0.5.13" ,
71- " packaging>=21.3 " ,
71+ " packaging>=25 " ,
7272 " session-info2" ,
7373 " legacy-api-wrap>=1.5" , # for positional API deprecations
7474 " typing-extensions; python_version < '3.13'" ,
@@ -89,7 +89,7 @@ scanpy = "scanpy.cli:console_main"
8989
9090[project .optional-dependencies ]
9191test-min = [
92- " pytest>=8.2 " ,
92+ " pytest" ,
9393 " pytest-mock" ,
9494 " pytest-cov" , # only for use from VS Code
9595 " pytest-xdist[psutil]" ,
You can’t perform that action at this time.
0 commit comments