We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6037731 + cd429ee commit af75b49Copy full SHA for af75b49
4 files changed
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: trailing-whitespace
8
9
- repo: https://github.com/psf/black
10
- rev: 23.12.1
+ rev: 24.1.1
11
hooks:
12
- id: black
13
@@ -24,7 +24,7 @@ repos:
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
# Ruff version.
27
- rev: 'v0.1.14'
+ rev: 'v0.2.0'
28
29
- id: ruff
30
examples/histogram.py
@@ -2,6 +2,7 @@
2
Histograms
3
==========
4
"""
5
+
6
import napari
viewer = napari.Viewer()
examples/scatter.py
Scatter plots
=============
examples/slice.py
1D slices
=========
0 commit comments