Skip to content

[EEG BIDS] Support assembly_bids source for datasets (main) #479

[EEG BIDS] Support assembly_bids source for datasets (main)

[EEG BIDS] Support assembly_bids source for datasets (main) #479

Triggered via pull request March 7, 2024 17:28
Status Failure
Total duration 14s
Artifacts

flake8_python_linter.yml

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

Annotations

10 errors and 2 warnings
flake8-lint: python/bids_import.py#L48
[flake8] reported by reviewdog 🐶 the backslash is redundant between brackets Raw Output: ./python/bids_import.py:48:84: E502 the backslash is redundant between brackets
flake8-lint: python/bids_import.py#L49
[flake8] reported by reviewdog 🐶 continuation line unaligned for hanging indent Raw Output: ./python/bids_import.py:49:37: E131 continuation line unaligned for hanging indent
flake8-lint: python/bids_import.py#L54
[flake8] reported by reviewdog 🐶 the backslash is redundant between brackets Raw Output: ./python/bids_import.py:54:83: E502 the backslash is redundant between brackets
flake8-lint: python/bids_import.py#L92
[flake8] reported by reviewdog 🐶 whitespace before '(' Raw Output: ./python/bids_import.py:92:14: E211 whitespace before '('
flake8-lint: python/bids_import.py#L97
[flake8] reported by reviewdog 🐶 whitespace before '(' Raw Output: ./python/bids_import.py:97:14: E211 whitespace before '('
flake8-lint: python/bids_import.py#L101
[flake8] reported by reviewdog 🐶 undefined name 'data_dir' Raw Output: ./python/bids_import.py:101:39: F821 undefined name 'data_dir'
flake8-lint: python/bids_import.py#L106
[flake8] reported by reviewdog 🐶 line too long (128 > 120 characters) Raw Output: ./python/bids_import.py:106:121: E501 line too long (128 > 120 characters)
flake8-lint: python/bids_import.py#L160
[flake8] reported by reviewdog 🐶 line too long (129 > 120 characters) Raw Output: ./python/bids_import.py:160:121: E501 line too long (129 > 120 characters)
flake8-lint: python/bids_import.py#L263
[flake8] reported by reviewdog 🐶 too many leading '#' for block comment Raw Output: ./python/bids_import.py:263:9: E266 too many leading '#' for block comment
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
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/