Add pre-commit config and fix test failures
6 files · 92+ · 50-

Pre-commit configuration

1 file changed
  • .pre-commit-config.yaml Added pre-commit config with ruff, mypy, and standard hooks
  • Added pre-commit configuration enforcing ruff, mypy, and standard hooks harden internal
    1 file
    • .pre-commit-config.yaml

Test and script fixes

5 files changed
  • trust.py Fixed trust chain validity order
  • auto_flush.py Fixed auto_flush log args
  • test_base_edge_cases.py Fixed structlog logger assertion
  • add_spdx_headers.py Applied canonical SPDX fixes (E741, C901, SIM103)
  • validate_spdx_headers.py Applied canonical SPDX fixes
  • Fixed test failures in trust chain, auto_flush logging, and structlog assertions remediate internal
    1 file
    • trust.py