File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ default_stages:
77minimum_pre_commit_version : 2.16.0
88repos :
99 - repo : https://github.com/rbubley/mirrors-prettier
10- rev : v3.5.1
10+ rev : v3.6.2
1111 hooks :
1212 - id : prettier
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.11.2
14+ rev : v0.12.8
1515 hooks :
1616 - id : ruff
1717 args : [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
1818 - id : ruff-format
1919 - repo : https://github.com/pre-commit/mirrors-mypy
20- rev : v1.15.0
20+ rev : v1.17.1
2121 hooks :
2222 - id : mypy
2323 additional_dependencies : [numpy, types-PyYAML]
2424 exclude : docs/
2525 - repo : https://github.com/pre-commit/pre-commit-hooks
26- rev : v5 .0.0
26+ rev : v6 .0.0
2727 hooks :
2828 - id : detect-private-key
2929 - id : check-ast
Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ test = [
6161 " pytest-cov" ,
6262]
6363# this will be used by readthedocs and will make pip also look for pre-releases, generally installing the latest available version
64+ # update: readthedocs doens't seem to try to install pre-releases even if when trying to install the pre optional-dependency. For
65+ # the moment, if needed, let's add the latest pre-release explicitly here.
6466pre = [
65- " spatialdata>=0.1.0-pre0 "
67+ " spatialdata>=0.4.0rc0 "
6668]
6769
6870[tool .coverage .run ]
You can’t perform that action at this time.
0 commit comments