ci: update #1
reviewdog [flake8] report
reported by reviewdog 🐶
Findings (5)
src/emma_datasets/common/downloader.py|15 col 1| I001 isort found an import in the wrong position
src/emma_datasets/common/downloader.py|16 col 1| I001 isort found an import in the wrong position
src/emma_datasets/pipeline/downstream_db_creator.py|6 col 1| I003 isort expected 1 blank line in imports, found 0
src/emma_datasets/pipeline/downstream_db_creator.py|7 col 1| I001 isort found an import in the wrong position
src/emma_datasets/pipeline/downstream_db_creator.py|8 col 1| I004 isort found an unexpected blank line in imports
Filtered Findings (0)
Annotations
Check failure on line 15 in src/emma_datasets/common/downloader.py
github-actions / flake8
[flake8] src/emma_datasets/common/downloader.py#L15
I001 isort found an import in the wrong position
Raw output
./src/emma_datasets/common/downloader.py:15:1: I001 isort found an import in the wrong position
Check failure on line 16 in src/emma_datasets/common/downloader.py
github-actions / flake8
[flake8] src/emma_datasets/common/downloader.py#L16
I001 isort found an import in the wrong position
Raw output
./src/emma_datasets/common/downloader.py:16:1: I001 isort found an import in the wrong position
Check failure on line 6 in src/emma_datasets/pipeline/downstream_db_creator.py
github-actions / flake8
[flake8] src/emma_datasets/pipeline/downstream_db_creator.py#L6
I003 isort expected 1 blank line in imports, found 0
Raw output
./src/emma_datasets/pipeline/downstream_db_creator.py:6:1: I003 isort expected 1 blank line in imports, found 0
Check failure on line 7 in src/emma_datasets/pipeline/downstream_db_creator.py
github-actions / flake8
[flake8] src/emma_datasets/pipeline/downstream_db_creator.py#L7
I001 isort found an import in the wrong position
Raw output
./src/emma_datasets/pipeline/downstream_db_creator.py:7:1: I001 isort found an import in the wrong position
Check failure on line 8 in src/emma_datasets/pipeline/downstream_db_creator.py
github-actions / flake8
[flake8] src/emma_datasets/pipeline/downstream_db_creator.py#L8
I004 isort found an unexpected blank line in imports
Raw output
./src/emma_datasets/pipeline/downstream_db_creator.py:8:1: I004 isort found an unexpected blank line in imports