Skip to content

feat: add file_access to ConI #174

feat: add file_access to ConI

feat: add file_access to ConI #174

GitHub Actions / flake8 failed Oct 31, 2024 in 1s

reviewdog [flake8] report

reported by reviewdog 🐶

Findings (3)

src/odsbox/con_i.py|502 col 121| line too long (122 > 120 characters)
src/odsbox/con_i.py|543 col 121| line too long (123 > 120 characters)
src/odsbox/con_i.py|569 col 121| line too long (123 > 120 characters)

Filtered Findings (0)

Annotations

Check failure on line 502 in src/odsbox/con_i.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] src/odsbox/con_i.py#L502 <501>

line too long (122 > 120 characters)
Raw output
./src/odsbox/con_i.py:502:121: E501 line too long (122 > 120 characters)

Check failure on line 543 in src/odsbox/con_i.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] src/odsbox/con_i.py#L543 <501>

line too long (123 > 120 characters)
Raw output
./src/odsbox/con_i.py:543:121: E501 line too long (123 > 120 characters)

Check failure on line 569 in src/odsbox/con_i.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] src/odsbox/con_i.py#L569 <501>

line too long (123 > 120 characters)
Raw output
./src/odsbox/con_i.py:569:121: E501 line too long (123 > 120 characters)