Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#134)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.9...v0.2.0)
- [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)

* [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>
  • Loading branch information
pre-commit-ci[bot] committed Feb 6, 2024
1 parent 014f5c5 commit 31d1b97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.2.0
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
1 change: 1 addition & 0 deletions brainrender_napari/brainrender_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Users can add the atlas images/structures as layers to the viewer.
"""

from bg_atlasapi import BrainGlobeAtlas
from bg_atlasapi.list_atlases import get_downloaded_atlases
from napari.viewer import Viewer
Expand Down
1 change: 1 addition & 0 deletions brainrender_napari/widgets/atlas_viewer_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
It is designed to be agnostic from the viewer framework by emitting signals
that interested observers can connect to.
"""

from typing import Tuple

from bg_atlasapi.list_atlases import (
Expand Down

0 comments on commit 31d1b97

Please sign in to comment.