Skip to content

Commit 89101e7

Browse files
[pre-commit.ci] pre-commit autoupdate (#179)
* [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>
1 parent 49067a8 commit 89101e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ repos:
1616
- id: requirements-txt-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.1.9
19+
rev: v0.2.0
2020
hooks:
2121
- id: ruff
2222
- repo: https://github.com/psf/black
23-
rev: 23.12.1
23+
rev: 24.1.1
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/pre-commit/mirrors-mypy

examples/load_sample_data.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- loads the brainreg napari registration plugin
88
- opens the napari viewer
99
"""
10+
1011
import napari
1112
import numpy as np
1213
from napari.layers import Layer

0 commit comments

Comments
 (0)