Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add file_access to ConI #75

Merged
merged 2 commits into from
Oct 31, 2024

added file_access

06108fb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: add file_access to ConI #75

added file_access
06108fb
Select commit
Loading
Failed to load commit list.
GitHub Actions / flake8 failed Oct 31, 2024 in 0s

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)