Skip to content

Commit 8c6cd1c

Browse files
authored
Merge branch 'main' into bugfix/372-norm-tests-and-clipping
2 parents c86cba6 + cf42151 commit 8c6cd1c

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,26 @@ minimum_pre_commit_version: 2.16.0
88
ci:
99
skip: []
1010
repos:
11-
- repo: https://github.com/rbubley/mirrors-prettier
12-
rev: v3.5.1
11+
- repo: https://github.com/psf/black
12+
rev: 25.1.0
13+
hooks:
14+
- id: black
15+
- repo: https://github.com/pre-commit/mirrors-prettier
16+
rev: v4.0.0-alpha.8
1317
hooks:
1418
- id: prettier
19+
- repo: https://github.com/asottile/blacken-docs
20+
rev: 1.19.1
21+
hooks:
22+
- id: blacken-docs
1523
- repo: https://github.com/pre-commit/mirrors-mypy
1624
rev: v1.15.0
1725
hooks:
1826
- id: mypy
1927
additional_dependencies: [numpy, types-requests]
2028
exclude: tests/|docs/
2129
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.9.6
30+
rev: v0.9.9
2331
hooks:
2432
- id: ruff
25-
args: [--fix, --exit-non-zero-on-fix]
26-
- id: ruff-format
33+
args: [--fix, --exit-non-zero-on-fix]

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2023, scverse
3+
Copyright (c) 2023, scverse®
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,16 @@ Marconato, L., Palla, G., Yamauchi, K.A. et al. SpatialData: an open and univers
6666
[link-api]: https://spatialdata.scverse.org/projects/plot/en/latest/api.html
6767
[link-design-doc]: https://spatialdata.scverse.org/en/latest/design_doc.html
6868
[link-notebooks]: https://spatialdata.scverse.org/en/latest/tutorials/notebooks/notebooks.html
69+
[//]: # "numfocus-fiscal-sponsor-attribution"
70+
71+
spatialdata-plot is part of the scverse® project ([website](https://scverse.org), [governance](https://scverse.org/about/roles)) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/).
72+
If you like scverse® and want to support our mission, please consider making a tax-deductible [donation](https://numfocus.org/donate-to-scverse) to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.
73+
74+
<div align="center">
75+
<a href="https://numfocus.org/project/scverse">
76+
<img
77+
src="https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png"
78+
width="200"
79+
>
80+
</a>
81+
</div>

0 commit comments

Comments
 (0)