CI pipeline fixes, formatting module, and testkit dependency switch
34 files · 1,666+ · 326-

CI workflow fixes

5 files changed
  • ci.yml Fixed CI workflow configuration
  • docs.yml Fixed docs workflow
  • performance.yml Fixed performance workflow
  • release.yml Fixed release workflow
  • security.yml Added security workflow
  • Fixed CI pipeline configuration and added security scanning workflow baseline internal
    1 file
    • ci.yml

Formatting module

6 files changed
  • __init__.py Formatting package initialization
  • case.py Case conversion utilities
  • grouping.py Value grouping formatters
  • numbers.py Number formatting utilities
  • tables.py Table formatting
  • text.py Text formatting helpers
  • Added formatting module with case conversion, number formatting, tables, and text utilities instantiate behavioral
    1 file
    • __init__.py

Dependency and naming fixes

2 files changed
  • __init__.py Renamed from utils.env to utils.environment
  • pyproject.toml Switched testkit to git-based dependency
  • Renamed utils.env to utils.environment to prevent gitignore conflicts and switched testkit to git dependency remediate internal
    1 file
    • pyproject.toml