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
Refactor PyProjectData initialization and improve error handling for missing sections
- Introduced a class method `empty` in PyProjectData for creating empty instances.
- Simplified the `read_pyproject` function to utilize the new `empty` method when the configuration file is missing.
- Enhanced logging for missing tool sections in the TOML configuration.
0 commit comments