improve: harden gitignore and remove QA temp artifacts #56
auto-code-review.yml
on: pull_request
code-review
/
Automated code review
9s
Annotations
12 errors and 1 warning
|
ruff (I001):
tests/test_security_audit.py#L3
tests/test_security_audit.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (F403):
tests/test_history.py#L6
tests/test_history.py:6:1: F403 `from envault.history import *` used; unable to detect undefined names
|
|
ruff (I001):
tests/test_history.py#L3
tests/test_history.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
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#L7
tests/test_encrypt_formats.py:7: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 (I001):
tests/test_security_audit.py#L3
tests/test_security_audit.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (F403):
tests/test_history.py#L6
tests/test_history.py:6:1: F403 `from envault.history import *` used; unable to detect undefined names
|
|
ruff (I001):
tests/test_history.py#L3
tests/test_history.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
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#L7
tests/test_encrypt_formats.py:7: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
|
|
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/github-script@v7, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|