pyvider-hcl 2025-12-29
Reorganized pyproject.toml and added parallel quality checks
2 files · 10+ · 6-

Reorganized pyproject.toml

1 file changed
  • pyproject.toml Moved build-system to top, updated setuptools requirement, added keywords and Python 3.14 classifier
  • Moved [build-system] section to the top of the file baseline internal
    1 file
    • pyproject.toml
  • Updated requires from setuptools>=61.0 to setuptools>=75.0 and added wheel baseline internal
    1 file
    • pyproject.toml
  • Added keywords = ["hcl", "terraform", "configuration", "parser", "pyvider"] and Python 3.14 classifier specify internal
    1 file
    • pyproject.toml
  • Bumped attrs>=25.3.0 to attrs>=25.4.0 baseline internal
    1 file
    • pyproject.toml

Enabled parallel quality checks

2 files changed
  • wrknv.toml Added parallel = true to quality task
  • uv.lock Updated lock file
  • Added parallel = true to [tasks.quality] in wrknv.toml baseline internal
    1 file
    • wrknv.toml