fix: resolve remaining ruff SIM102/I001 lint errors #11
auto-code-review.yml
on: push
code-review
/
Automated code review
15s
Annotations
21 errors and 1 warning
|
code-review / Automated code review
Process completed with exit code 1.
|
|
ruff (W292):
tests/test_encrypt_secret_formats.py#L381
tests/test_encrypt_secret_formats.py:381:77: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (I001):
tests/test_encrypt_secret_formats.py#L7
tests/test_encrypt_secret_formats.py:7:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
tests/test_encrypt_formats.py#L6
tests/test_encrypt_formats.py:6:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
tests/test_cli_edge_cases.py#L12
tests/test_cli_edge_cases.py:12:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (F811):
tests/test_cli.py#L258
tests/test_cli.py:258:5: F811 Redefinition of unused `test_diff_with_config_json` from line 199: `test_diff_with_config_json` redefined here
tests/test_cli.py:199:5: previous definition of `test_diff_with_config_json` here
help: Remove definition: `test_diff_with_config_json`
|
|
ruff (F811):
tests/test_cli.py#L243
tests/test_cli.py:243:5: F811 Redefinition of unused `test_diff_files_json_identical` from line 183: `test_diff_files_json_identical` redefined here
tests/test_cli.py:183:5: previous definition of `test_diff_files_json_identical` here
help: Remove definition: `test_diff_files_json_identical`
|
|
ruff (F811):
tests/test_cli.py#L225
tests/test_cli.py:225:5: F811 Redefinition of unused `test_diff_files_json_output` from line 164: `test_diff_files_json_output` redefined here
tests/test_cli.py:164:5: previous definition of `test_diff_files_json_output` here
help: Remove definition: `test_diff_files_json_output`
|
|
ruff (E402):
_qa_test_scan.py#L35
_qa_test_scan.py:35:1: E402 Module level import not at top of file
|
|
ruff (I001):
_qa_test_scan.py#L2
_qa_test_scan.py:2:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
_qa_repro_test.py#L2
_qa_repro_test.py:2:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (W292):
tests/test_encrypt_secret_formats.py#L381
tests/test_encrypt_secret_formats.py:381:77: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (I001):
tests/test_encrypt_secret_formats.py#L7
tests/test_encrypt_secret_formats.py:7:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
tests/test_encrypt_formats.py#L6
tests/test_encrypt_formats.py:6:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
tests/test_cli_edge_cases.py#L12
tests/test_cli_edge_cases.py:12:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (F811):
tests/test_cli.py#L258
tests/test_cli.py:258:5: F811 Redefinition of unused `test_diff_with_config_json` from line 199: `test_diff_with_config_json` redefined here
tests/test_cli.py:199:5: previous definition of `test_diff_with_config_json` here
help: Remove definition: `test_diff_with_config_json`
|
|
ruff (F811):
tests/test_cli.py#L243
tests/test_cli.py:243:5: F811 Redefinition of unused `test_diff_files_json_identical` from line 183: `test_diff_files_json_identical` redefined here
tests/test_cli.py:183:5: previous definition of `test_diff_files_json_identical` here
help: Remove definition: `test_diff_files_json_identical`
|
|
ruff (F811):
tests/test_cli.py#L225
tests/test_cli.py:225:5: F811 Redefinition of unused `test_diff_files_json_output` from line 164: `test_diff_files_json_output` redefined here
tests/test_cli.py:164:5: previous definition of `test_diff_files_json_output` here
help: Remove definition: `test_diff_files_json_output`
|
|
ruff (E402):
_qa_test_scan.py#L35
_qa_test_scan.py:35:1: E402 Module level import not at top of file
|
|
ruff (I001):
_qa_test_scan.py#L2
_qa_test_scan.py:2:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
_qa_repro_test.py#L2
_qa_repro_test.py:2:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
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/
|