You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert tox config from legacy_tox_ini to native TOML format
- Replaced embedded INI-style config with proper TOML sections
- Split out [testenv] configurations into [tool.tox.env.*] sections
- Converted commands and deps to proper TOML arrays
- Maintains all original functionality
- pyproject.toml validated as valid TOML
0 commit comments