Skip to content

improve: harden gitignore and remove QA temp artifacts (#47) #58

improve: harden gitignore and remove QA temp artifacts (#47)

improve: harden gitignore and remove QA temp artifacts (#47) #58

Triggered via push July 3, 2026 22:59
Status Success
Total duration 16s
Artifacts –
code-review  /  Automated code review
12s
code-review / Automated code review
Fit to window
Zoom out
Zoom in

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/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/