Skip to content

fix: use tomllib/tomli compat import for Python 3.10 support #3

fix: use tomllib/tomli compat import for Python 3.10 support

fix: use tomllib/tomli compat import for Python 3.10 support #3

Triggered via push June 29, 2026 02:11
Status Failure
Total duration 19s
Artifacts
code-review  /  Automated code review
13s
code-review / Automated code review
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
code-review / Automated code review
Process completed with exit code 1.
ruff (W292): tests/test_converter.py#L485
tests/test_converter.py:485:10: W292 No newline at end of file help: Add trailing newline
ruff (invalid-syntax): tests/test_converter.py#L485
tests/test_converter.py:485:10: invalid-syntax: Expected a statement
ruff (invalid-syntax): tests/test_converter.py#L478
tests/test_converter.py:478:1: invalid-syntax: Unexpected indentation
ruff (invalid-syntax): tests/test_converter.py#L476
tests/test_converter.py:476:1: invalid-syntax: Unexpected indentation
ruff (invalid-syntax): tests/test_converter.py#L475
tests/test_converter.py:475:20: invalid-syntax: Expected an expression
ruff (invalid-syntax): tests/test_converter.py#L475
tests/test_converter.py:475:1: invalid-syntax: Expected a statement
ruff (invalid-syntax): tests/test_converter.py#L474
tests/test_converter.py:474:5: invalid-syntax: Expected `except` or `finally` after `try` block
ruff (invalid-syntax): tests/test_converter.py#L473
tests/test_converter.py:473:13: invalid-syntax: Expected an indented block after `try` statement
ruff (W292): tests/test_converter.py#L485
tests/test_converter.py:485:10: W292 No newline at end of file help: Add trailing newline
ruff (invalid-syntax): tests/test_converter.py#L485
tests/test_converter.py:485:10: invalid-syntax: Expected a statement
ruff (invalid-syntax): tests/test_converter.py#L478
tests/test_converter.py:478:1: invalid-syntax: Unexpected indentation
ruff (invalid-syntax): tests/test_converter.py#L476
tests/test_converter.py:476:1: invalid-syntax: Unexpected indentation
ruff (invalid-syntax): tests/test_converter.py#L475
tests/test_converter.py:475:20: invalid-syntax: Expected an expression
ruff (invalid-syntax): tests/test_converter.py#L475
tests/test_converter.py:475:1: invalid-syntax: Expected a statement
ruff (invalid-syntax): tests/test_converter.py#L474
tests/test_converter.py:474:5: invalid-syntax: Expected `except` or `finally` after `try` block
ruff (invalid-syntax): tests/test_converter.py#L473
tests/test_converter.py:473:13: invalid-syntax: Expected an indented block after `try` statement
code-review / Automated code review
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/