We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb04ed commit c4ae194Copy full SHA for c4ae194
deepecho/models/base.py
@@ -148,7 +148,7 @@ def fit(
148
if segment_size is not None and not isinstance(segment_size, int):
149
if sequence_index is None:
150
raise TypeError(
151
- '`segment_size` must be of type `int` if ' 'no `sequence_index` is given.'
+ '`segment_size` must be of type `int` if no `sequence_index` is given.'
152
)
153
if data[sequence_index].dtype.kind != 'M':
154
pyproject.toml
@@ -61,7 +61,7 @@ dev = [
61
'watchdog>=1.0.1,<5',
62
63
# style check
64
- 'ruff>=0.3.2,<1',
+ 'ruff>=0.3.2,<0.7.2',
65
66
# distribute on PyPI
67
'twine>=1.10.0,<4',
0 commit comments