pyvider-cty 2026-03-22
Pre-commit config and canonical ruff fixes to SPDX scripts
35 files · 329+ · 247-

Pre-commit config and SPDX ruff fixes

2 files changed
  • .pre-commit-config.yaml Pre-commit config: ruff lint/format, mypy strict, standard hooks
  • spdx_headers.py Canonical ruff fixes: E741, C901, SIM103
  • Pre-commit hooks added: ruff (lint + format), mypy strict, standard hooks. Canonical ruff fixes applied to SPDX header scripts: E741 ambiguous variable names, C901 complexity, SIM103 unnecessary bool. baseline internal
    1 file
    • .pre-commit-config.yaml