Skip to content

Commit 6869f54

Browse files
authored
Merge pull request #398 from SpikeInterface/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4996d4b + 3789107 commit 6869f54

File tree

8 files changed

+1
-8
lines changed

8 files changed

+1
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.12.0
9+
rev: 26.1.0
1010
hooks:
1111
- id: black
1212
files: ^src/|^tests/

src/probeinterface/generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from .probegroup import ProbeGroup
1313
from .utils import combine_probes
1414

15-
1615
_default_shape_to_params = {"circle": "radius", "square": "width", "rect": "height"}
1716

1817

src/probeinterface/neuropixels_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from .probe import Probe
1919
from .utils import import_safely
2020

21-
2221
global _np_probe_features
2322
_np_probe_features = None
2423

src/probeinterface/wiring.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from __future__ import annotations
66
import numpy as np
77

8-
98
# This code will not be formatted by Black
109
# fmt: off
1110
pathways = {

tests/test_io/test_3brain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from probeinterface.testing import validate_probe_dict
1010

11-
1211
data_path = Path(__file__).absolute().parent.parent / "data" / "3brain"
1312
brw_files = glob.glob(str(data_path / "*.brw"))
1413

tests/test_io/test_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import pytest
1616

17-
1817
data_path = Path(__file__).absolute().parent.parent / "data"
1918

2019

tests/test_io/test_spikegadgets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from probeinterface.io import parse_spikegadgets_header
66
from probeinterface.testing import validate_probe_dict
77

8-
98
data_path = Path(__file__).absolute().parent.parent / "data" / "spikegadgets"
109
test_file = "SpikeGadgets_test_data_2xNpix1.0_20240318_173658_header_only.rec"
1110

tests/test_library.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
clear_cache,
1616
)
1717

18-
1918
manufacturer = "neuronexus"
2019
probe_name = "A1x32-Poly3-10mm-50-177"
2120

0 commit comments

Comments
 (0)