Skip to content

fix tests

fix tests #86

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

reviewdog [flake8] report

reported by reviewdog 🐶

Findings (2)

tests/test_container_template.py|33 col 80| line too long (83 > 79 characters)
tests/test_container_template.py|36 col 80| line too long (95 > 79 characters)

Filtered Findings (1)

version/version.py|11 col 67| no newline at end of file

Annotations

Check failure 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 <501>

line too long (83 > 79 characters)
Raw output
./tests/test_container_template.py:33:80: E501 line too long (83 > 79 characters)

Check failure on line 36 in tests/test_container_template.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/test_container_template.py#L36 <501>

line too long (95 > 79 characters)
Raw output
./tests/test_container_template.py:36:80: E501 line too long (95 > 79 characters)