break long lines #101
reviewdog [flake8] report
reported by reviewdog 🐶
Findings (3)
tests/test_container_template.py|33 col 52| trailing whitespace
tests/test_container_template.py|34 col 13| continuation line under-indented for visual indent
tests/test_container_template.py|37 col 62| trailing whitespace
Filtered Findings (1)
version/version.py|11 col 67| no newline at end of file
Annotations
Check warning on line 33 in tests/test_container_template.py
github-actions / flake8
[flake8] tests/test_container_template.py#L33 <291>
trailing whitespace
Raw output
./tests/test_container_template.py:33:52: W291 trailing whitespace
Check failure on line 34 in tests/test_container_template.py
github-actions / flake8
[flake8] tests/test_container_template.py#L34 <128>
continuation line under-indented for visual indent
Raw output
./tests/test_container_template.py:34:13: E128 continuation line under-indented for visual indent
Check warning on line 37 in tests/test_container_template.py
github-actions / flake8
[flake8] tests/test_container_template.py#L37 <291>
trailing whitespace
Raw output
./tests/test_container_template.py:37:62: W291 trailing whitespace