Skip to content

break long lines

break long lines #101

GitHub Actions / flake8 failed May 27, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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