Skip to content

Fix join not using returned node #32

Fix join not using returned node

Fix join not using returned node #32

Triggered via pull request July 28, 2023 09:45
Status Failure
Total duration 59s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (S307): test/test_edits.py#L448
test/test_edits.py:448:12: S307 Use of possibly insecure function; consider using `ast.literal_eval`
Ruff (S307): test/test_edits.py#L448
test/test_edits.py:448:25: S307 Use of possibly insecure function; consider using `ast.literal_eval`
Ruff (S307): test/test_edits.py#L457
test/test_edits.py:457:12: S307 Use of possibly insecure function; consider using `ast.literal_eval`
Ruff (S307): test/test_edits.py#L457
test/test_edits.py:457:25: S307 Use of possibly insecure function; consider using `ast.literal_eval`
Ruff (S307): test/test_edits.py#L466
test/test_edits.py:466:12: S307 Use of possibly insecure function; consider using `ast.literal_eval`
Ruff (S307): test/test_edits.py#L466
test/test_edits.py:466:25: S307 Use of possibly insecure function; consider using `ast.literal_eval`
Ruff (S307): test/test_edits.py#L493
test/test_edits.py:493:12: S307 Use of possibly insecure function; consider using `ast.literal_eval`
Ruff (S307): test/test_edits.py#L493
test/test_edits.py:493:25: S307 Use of possibly insecure function; consider using `ast.literal_eval`
Ruff (S307): test/test_edits.py#L502
test/test_edits.py:502:12: S307 Use of possibly insecure function; consider using `ast.literal_eval`
Ruff (S307): test/test_edits.py#L502
test/test_edits.py:502:25: S307 Use of possibly insecure function; consider using `ast.literal_eval`