messometer 2026-03-22
Fix SPDX header scripts for linting compliance
2 files · 22+ · 20-

SPDX script lint fixes

2 files changed
  • add_spdx_headers.py Fixed E741 ambiguous variable name and C901 complexity
  • validate_spdx_headers.py Fixed SIM103 simplifiable boolean return
  • Applied canonical ruff lint fixes (E741, C901, SIM103) to SPDX header management scripts remediate internal
    2 files
    • add_spdx_headers.py
    • validate_spdx_headers.py