pyvider 2025-09-19
Removed manual telemetry setup and cleaned up hypothesis artifacts
530 files · 2+ · 2,116-

Manual telemetry setup removed from CLI entry point

1 file changed
  • __main__.py Removed setup_telemetry() import and call since foundation auto-initializes
  • Removed from provide.foundation import setup_telemetry and the explicit setup_telemetry() call from cli/main.py, as foundation telemetry now initializes on import decouple behavioral
    1 file
    • __main__.py

Hypothesis test constants cleaned up

1 file changed
  • .gitignore Added .hypothesis/ to gitignore
  • Deleted 529 hypothesis test constant files from .hypothesis/constants/ and added .hypothesis/ to .gitignore decouple internal
    1 file
    • .gitignore