[python] EEG-BIDS Events replace Annotations; plus adding HED Support #476
flake8_python_linter.yml
on: pull_request
flake8-lint
11s
Annotations
3 errors and 2 warnings
flake8-lint:
python/lib/physiological.py#L681
[flake8] reported by reviewdog 🐶
local variable 'long_name' is assigned to but never used
Raw Output:
./python/lib/physiological.py:681:13: F841 local variable 'long_name' is assigned to but never used
|
flake8-lint:
python/lib/physiological.py#L688
[flake8] reported by reviewdog 🐶
local variable 'value_hed' is assigned to but never used
Raw Output:
./python/lib/physiological.py:688:17: F841 local variable 'value_hed' is assigned to but never used
|
flake8-lint
Process completed with exit code 1.
|
flake8-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
flake8-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|