Skip to content

Commit d374ec8

Browse files
Merge pull request #282 from scverse/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4ee33da + d3fcd8e commit d374ec8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
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

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
6466
pre = [
65-
"spatialdata>=0.1.0-pre0"
67+
"spatialdata>=0.4.0rc0"
6668
]
6769

6870
[tool.coverage.run]

0 commit comments

Comments
 (0)