Skip to content

Commit

Permalink
Merge branch 'main' into output-deformation-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov authored Jan 7, 2025
2 parents de2714c + 123b25b commit 4e276f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion brainglobe_registration/napari.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributions:
title: Sample Data
sample_data:
- command: brainglobe-registration.load_sample
display_name: Sample Data
display_name: 2D coronal mouse brain section
key: example
widgets:
- command: brainglobe-registration.make_registration_widget
Expand Down
2 changes: 1 addition & 1 deletion brainglobe_registration/sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def load_sample_data() -> List[LayerData]:
files("brainglobe_registration").joinpath("resources/sample_hipp.tif")
)

return [(imread(path), {"name": "Sample Data"})]
return [(imread(path), {"name": "2D coronal mouse brain section"})]

0 comments on commit 4e276f3

Please sign in to comment.