Skip to content
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

build(deps): update ruff to v0.8.0 #1244

Merged
merged 4 commits into from
Nov 25, 2024
Merged

build(deps): update ruff to v0.8.0 #1244

merged 4 commits into from
Nov 25, 2024

Conversation

shiftinv
Copy link
Member

Summary

Updates ruff from v0.3.4 to v0.8.0.
There are essentially no runtime changes, other than some comparisons now using is instead of == where applicable, and two raises that have somehow been missing for a while (on a code path that should never be hit in the first place, but still).

The main changes are from these two rules:

Checklist

  • If code changes were made, then they have been tested
    • I have updated the documentation to reflect the changes
    • I have formatted the code properly by running pdm lint
    • I have type-checked the code by running pdm pyright
  • This PR fixes an issue
  • This PR adds something new (e.g. new method or parameters)
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)

@shiftinv shiftinv added t: dependencies Addition/update/removal of dependencies skip news labels Nov 22, 2024
@shiftinv shiftinv merged commit 2d0f91a into master Nov 25, 2024
28 checks passed
@shiftinv shiftinv deleted the deps/ruff-0.8.0 branch November 25, 2024 16:06
@shiftinv shiftinv added this to the disnake v2.10 milestone Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news t: dependencies Addition/update/removal of dependencies
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant