Skip to content

Fix: Remove unused imports with pycln

5a4b5e1
Select commit
Loading
Failed to load commit list.
Merged

Added Missing Type Annotations #162

Fix: Remove unused imports with pycln
5a4b5e1
Select commit
Loading
Failed to load commit list.
CodeBeaver-AI / Running your tests and writing/updating them if needed succeeded Mar 9, 2025 in 20m 38s

Analysis completed

Codebeaver AI completed the analysis

Details

I opened a Pull Request with the following:

🔄 4 test files added.
🐛 No bugs detected in your changes
🛠️ 0/0 tests passed

🔄 Test Updates

I've added 4 tests. They all pass ☑️
New Tests:

  • agentic_security/core/test_app.py
  • agentic_security/probe_actor/test_refusal.py
  • tests/test_report_chart.py
  • tests/test_scan.py

No existing tests required updates.

🐛 Bug Detection

No bugs detected in your changes. Good job!

☂️ Coverage Improvements

Coverage improvements by file:

  • agentic_security/core/test_app.py

    New coverage: 100.00%
    Improvement: +35.29%

  • agentic_security/probe_actor/test_refusal.py

    New coverage: 96.30%
    Improvement: +11.11%

  • tests/test_report_chart.py

    New coverage: 100.00%
    Improvement: +100.00%

  • tests/test_scan.py

    New coverage: 97.78%
    Improvement: +97.78%

🎨 Final Touches

  • I ran the hooks included in the pre-commit config.

Settings | Logs | CodeBeaver