-
Notifications
You must be signed in to change notification settings - Fork 635
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
Fix check pyproject.toml file existent #1408
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
else: | ||
get_logger().warning("Unable to determine local version from pyproject.toml") |
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.
i am not sure i agree with this change.
If I have a pip package, than I won't find a "pyproject.toml" file. but its ok. it does not justify a "warning" message.
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.
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.
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.
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.
I'm not sure, I'm using 3.13. Let me check it with 3.12 and get back to you afterward.
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.
i am saying i dont see unreachable code warning on my platform.
And I am not sure from the code why it should be, always, unreachable.
Maybe its an issue of your specific enviroment
Preparing review... |
1 similar comment
Preparing review... |
PR Type
Bug fix
Description
Changes walkthrough 📝
utils.py
Fix version check logic for pyproject.toml file
pr_agent/algo/utils.py