pyvider 2025-09-16
Reformatted codebase to 111-character line length and added telemetry setup
152 files · 1,452+ · 1,430-

Codebase reformatted to 111-character line length

4 files changed
  • components_commands.py Unwrapped multi-line strings and function calls
  • config.py Reformatted to new line length
  • discovery.py Reformatted to new line length
  • utils.py Reformatted to new line length
  • Reformatted source files across the entire codebase to use the new 111-character line length limit decouple internal
    3 files
    • components_commands.py
    • config.py
    • discovery.py
  • Unwrapped many multi-line strings and function calls that were previously wrapped at 88 characters decouple internal
    2 files
    • base.py
    • adapters.py

CLI telemetry integration and docs dependency group

2 files changed
  • __main__.py Added proper telemetry setup/shutdown using provide.foundation
  • pyproject.toml Added docs = ['provide-testkit[docs]'] dependency group
  • Added proper telemetry setup/shutdown in cli/main.py using provide.foundation decouple behavioral
    1 file
    • __main__.py
  • Added docs = [‘provide-testkit[docs]’] dependency group in pyproject.toml specify internal
    1 file
    • pyproject.toml
  • Added new API reference and tutorial documentation pages specify internal
    4 files
    • cli.md
    • schema.md
    • schema-system.md
    • first-provider.md