-
Notifications
You must be signed in to change notification settings - Fork 15
migrate to uv #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
migrate to uv #57
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is why you should make these changes. TEST
echo ".git directory exists!" | ||
sudo rm -rf .git | ||
if [ -d ".git" ]; then | ||
echo ".git directory still exists after removal attempt!" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this removed? the .git part was part of the test
PR Type
Description
Update version comment to reflect hatch-vcs usage
Replace Poetry configuration with Hatch configuration
Add comprehensive dependency and dev group definitions
Update build backend to hatchling and integrate version hooks
Changes walkthrough 📝
version.py
Update version file comment for build tool
codeflash/version.py
pyproject.toml
Migrate build configuration from Poetry to Hatch
pyproject.toml