Skip to content

[python] EEG-BIDS Events replace Annotations; plus adding HED Support #475

[python] EEG-BIDS Events replace Annotations; plus adding HED Support

[python] EEG-BIDS Events replace Annotations; plus adding HED Support #475

Triggered via pull request January 31, 2024 00:34
Status Failure
Total duration 18s
Artifacts

flake8_python_linter.yml

on: pull_request
flake8-lint
10s
flake8-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
flake8-lint: python/bids_import.py#L258
[flake8] reported by reviewdog 🐶 too many blank lines (2) Raw Output: ./python/bids_import.py:258:9: E303 too many blank lines (2)
flake8-lint: python/lib/physiological.py#L197
[flake8] reported by reviewdog 🐶 continuation line unaligned for hanging indent Raw Output: ./python/lib/physiological.py:197:23: E131 continuation line unaligned for hanging indent
flake8-lint: python/lib/physiological.py#L682
[flake8] reported by reviewdog 🐶 local variable 'long_name' is assigned to but never used Raw Output: ./python/lib/physiological.py:682:13: F841 local variable 'long_name' is assigned to but never used
flake8-lint: python/lib/physiological.py#L689
[flake8] reported by reviewdog 🐶 local variable 'value_hed' is assigned to but never used Raw Output: ./python/lib/physiological.py:689:17: F841 local variable 'value_hed' is assigned to but never used
flake8-lint: python/lib/physiological.py#L794
[flake8] reported by reviewdog 🐶 line too long (128 > 120 characters) Raw Output: ./python/lib/physiological.py:794:121: E501 line too long (128 > 120 characters)
flake8-lint: python/lib/physiological.py#L804
[flake8] reported by reviewdog 🐶 line too long (132 > 120 characters) Raw Output: ./python/lib/physiological.py:804:121: E501 line too long (132 > 120 characters)
flake8-lint: python/lib/physiological.py#L814
[flake8] reported by reviewdog 🐶 too many blank lines (2) Raw Output: ./python/lib/physiological.py:814:5: E303 too many blank lines (2)
flake8-lint: python/lib/physiological.py#L919
[flake8] reported by reviewdog 🐶 continuation line unaligned for hanging indent Raw Output: ./python/lib/physiological.py:919:16: E131 continuation line unaligned for hanging indent
flake8-lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
flake8-lint: python/lib/physiological.py#L975
[flake8] reported by reviewdog 🐶 too many blank lines (2) Raw Output: ./python/lib/physiological.py:975:9: E303 too many blank lines (2)
flake8-lint: python/lib/physiological.py#L918
[flake8] reported by reviewdog 🐶 line break after binary operator Raw Output: ./python/lib/physiological.py:918:48: W504 line break after binary operator
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/