Skip to content

[pre-commit.ci] pre-commit autoupdate - #1149

Merged
timtreis merged 2 commits into
mainfrom
pre-commit-ci-update-config
Apr 10, 2026
Merged

[pre-commit.ci] pre-commit autoupdate#1149
timtreis merged 2 commits into
mainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci

@pre-commit-ci pre-commit-ci Bot commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

pre-commit-ci Bot added 2 commits April 6, 2026 17:55
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)
@codecov

codecov Bot commented Apr 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.05%. Comparing base (76ca03f) to head (2d2e82f).
⚠️ Report is 37 commits behind head on main.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@timtreis
timtreis merged commit 8f8f736 into main Apr 10, 2026
14 checks passed
@timtreis
timtreis deleted the pre-commit-ci-update-config branch April 10, 2026 20:51
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>
@selmanozleyen selmanozleyen added the release-ignore Exclude from generated release notes label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-ignore Exclude from generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants