We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49067a8 commit 89101e7Copy full SHA for 89101e7
.pre-commit-config.yaml
@@ -16,11 +16,11 @@ repos:
16
- id: requirements-txt-fixer
17
- id: trailing-whitespace
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.1.9
+ rev: v0.2.0
20
hooks:
21
- id: ruff
22
- repo: https://github.com/psf/black
23
- rev: 23.12.1
+ rev: 24.1.1
24
25
- id: black
26
- repo: https://github.com/pre-commit/mirrors-mypy
examples/load_sample_data.py
@@ -7,6 +7,7 @@
7
- loads the brainreg napari registration plugin
8
- opens the napari viewer
9
"""
10
+
11
import napari
12
import numpy as np
13
from napari.layers import Layer
0 commit comments