-
Notifications
You must be signed in to change notification settings - Fork 1k
Update dev dependencies #2241
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
Update dev dependencies #2241
Conversation
| if: matrix.run_lint == true | ||
| run: | | ||
| ruff . | ||
| ruff check . |
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.
This a mixture of CI and version bumps, as written earlier:
- CI changes are in seperate PR
- version bumps are in a seperate PR.
This is done for several reasons:
- mixed changes are harder to bisect
- version bumps need to be clearly identifiable in the changelog for users
- CI changes and version bumps needs extra handling in github actions
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.
Split the CI change out to #2242.
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.
This one still contains the CI part.
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.
Removed it from this one(although tests fail again without that).
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.
The test should not be affected by the 3rd party version numbers, but I will ask CI to run on this PR (due to CI setup it is more than just starting CI).
3291813 to
2195e79
Compare
janiversen
left a comment
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.
Lgtm
|
The change from See documentation of the change here: https://astral.sh/blog/ruff-v0.5.0#removed-deprecated-features |
|
@alexrudd2 I agree, I read the same, but nonetheless CI changes are in a separate CI, which are merged. |
No description provided.