Adds ruff linting and formatting#464
Draft
kingbuzzman wants to merge 4 commits intoBachmann1234:mainfrom
Draft
Conversation
Owner
|
I have picked up on ruff being the future. But talk me though a bit about why. LIke ill be honest "rust tools are typically pretty fast and consolidating tools is great" is a nice enough win if im being honest. But im curious if there is anything im missing. |
99f587d to
622b9dc
Compare
Contributor
Author
|
The speed and consolidation are huge wins, but the real story is that Ruff makes it easier to do the right thing (keep code clean and modern), by making it fast, reliable, and painless to use, without the usual hassle and overhead. That’s why it’s getting so much traction—not just because it’s written in Rust, but because it’s genuinely raising the bar for Python tooling. |
Draft
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on:
Removes
flake8,pylint,black, andisortand replaces it withruffLogic:
.git-blame-ignore-revs)I'm thinking #477 will go in first, and #464 will be added last... still toying with this idea..