Incremental BIDS import #388
Annotations
10 errors and 1 warning
Run Ruff:
python/lib/bidsreader.py#L12
python/lib/bidsreader.py:12:25: F401 `lib.utilities` imported but unused
|
Run Ruff:
python/lib/env.py#L40
python/lib/env.py:40:20: UP006 Use `collections.abc.Callable` instead of `Callable` for type annotation
|
Run Ruff:
python/lib/env.py#L43
python/lib/env.py:43:36: UP006 Use `collections.abc.Callable` instead of `Callable` for type annotation
|
Run Ruff:
python/lib/util.py#L1
python/lib/util.py:1:1: UP035 Import from `collections.abc` instead: `Iterable`, `Iterator`
|
Run Ruff:
python/lib/util.py#L6
python/lib/util.py:6:21: UP006 Use `collections.abc.Callable` instead of `Callable` for type annotation
|
Run Ruff:
python/lib/util.py#L6
python/lib/util.py:6:52: UP006 Use `collections.abc.Iterable` instead of `Iterable` for type annotation
|
Run Ruff:
python/lib/util.py#L23
python/lib/util.py:23:26: UP006 Use `collections.abc.Callable` instead of `Callable` for type annotation
|
Run Ruff:
python/lib/util.py#L23
python/lib/util.py:23:61: UP006 Use `collections.abc.Iterable` instead of `Iterable` for type annotation
|
Run Ruff:
python/lib/util.py#L23
python/lib/util.py:23:77: UP006 Use `collections.abc.Iterator` instead of `Iterator` for type annotation
|
Run Ruff
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading