[pre-commit.ci] pre-commit autoupdate - #1149
Merged
Merged
Conversation
updates: - [github.com/biomejs/pre-commit: v2.4.9 → v2.4.10](biomejs/pre-commit@v2.4.9...v2.4.10) - [github.com/tox-dev/pyproject-fmt: v2.20.0 → v2.21.0](tox-dev/pyproject-fmt@v2.20.0...v2.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9)
for more information, see https://pre-commit.ci
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1149 +/- ##
=======================================
Coverage 74.05% 74.05%
=======================================
Files 39 39
Lines 6495 6495
Branches 1122 1122
=======================================
Hits 4810 4810
Misses 1230 1230
Partials 455 455 🚀 New features to boost your workflow:
|
selmanozleyen
pushed a commit
to selmanozleyen/squidpy
that referenced
this pull request
Apr 13, 2026
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/biomejs/pre-commit: v2.4.9 → v2.4.10](biomejs/pre-commit@v2.4.9...v2.4.10) - [github.com/tox-dev/pyproject-fmt: v2.20.0 → v2.21.0](tox-dev/pyproject-fmt@v2.20.0...v2.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
timtreis
added a commit
that referenced
this pull request
Jun 1, 2026
* init * doc clarifications * don't expose the builders * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * deduplicate * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * arrange builders * better behaviour * move classes * cleanup * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add docs * remove leftover * resolution in reolve func * reduce dup code * deprecate invalid n_neighs * expose new functions and deprecate the flat one * move branches to classes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove radius abstraction * add extensibility page * unprivate methods and add extensibility page * give a better example * apply signature suggestion * reorganize abstractions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove unnecessary abstraction * put the warning in resolve graph builder code * remove n_neighs from RadiusBuilder * definition of Adj, Dst and rename to adj, dst * Generalize the base class for extensibility * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update docs * clarify delauney vs grid * dtype rec * be a bit more verbose on funcitons * spatial_neighbours_from_builder * update docs to refer to each other * refer to the classes properly * mark as TODO's * rename sugg * add combine into API * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] pre-commit autoupdate (#1149) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/biomejs/pre-commit: v2.4.9 → v2.4.10](biomejs/pre-commit@v2.4.9...v2.4.10) - [github.com/tox-dev/pyproject-fmt: v2.20.0 → v2.21.0](tox-dev/pyproject-fmt@v2.20.0...v2.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Functions to QC histopathology images (#1036) * remove coord_type abstraction * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * make builder positional consistently * make more abstractions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * graphmatrixT exposure * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add radius: float | int | tuple t * 4 or 6 * mark snn as ilustrative * add uns params * deprecation warnings alignment * set diag isnt defaulted to none * fix * radius is also positional * n_neighs on grid mode * make radius kw only * put a working example * fix api.md * be more compatible with main * align more to main --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tim Treis <tim.treis@helmholtz-muenchen.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates: