pyvider-hcl 2025-12-30
Restored type-ignore comments and added parallel quality flag
3 files · 3+ · 2-

Restored type-ignore comments for hcl2

2 files changed
  • base.py Re-added type: ignore[attr-defined] on hcl2.loads() call
  • context.py Re-added type: ignore[attr-defined] on hcl2.loads() call
  • Re-added # type: ignore[attr-defined] to hcl2.loads() calls in parser/base.py and parser/context.py remediate internal
    2 files
    • base.py
    • context.py
  • These were removed on Dec 2 but needed to be restored because hcl2 lacks proper type stubs remediate internal
    2 files
    • base.py
    • context.py

Quality task parallel flag

1 file changed
  • wrknv.toml Added parallel = true to quality tasks