ruff --output-format=github . #121
Annotations
7 errors and 1 warning
Ruff (PLW1510):
test/_prepare_outputs.py#L11
test/_prepare_outputs.py:11:15: PLW1510 `subprocess.run` without explicit `check` argument
|
Ruff (S607):
test/_prepare_outputs.py#L12
test/_prepare_outputs.py:12:13: S607 Starting a process with a partial executable path
|
Ruff (S603):
test/_prepare_outputs.py#L13
test/_prepare_outputs.py:13:13: S603 `subprocess` call: check for execution of untrusted input
|
Ruff (PLW1510):
test/test_outputs.py#L19
test/test_outputs.py:19:9: PLW1510 `subprocess.run` without explicit `check` argument
|
Ruff (S603):
test/test_outputs.py#L19
test/test_outputs.py:19:24: S603 `subprocess` call: check for execution of untrusted input
|
Ruff (S607):
test/test_outputs.py#L19
test/test_outputs.py:19:24: S607 Starting a process with a partial executable path
|
lint_python
Process completed with exit code 1.
|
lint_python
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|