tools: do not hardcode path to Ruff - #65681
Open
aduh95 wants to merge 1 commit into
Open
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65681 +/- ##
==========================================
- Coverage 90.07% 90.06% -0.02%
==========================================
Files 754 754
Lines 256378 256378
Branches 48498 48492 -6
==========================================
- Hits 230936 230900 -36
- Misses 16572 16581 +9
- Partials 8870 8897 +27 🚀 New features to boost your workflow:
|
Allows user to get Ruff from other source than Pip (e.g. Nix). Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Contributor
Changelog@@ -492,0 +493,2 @@
+/nix/store/fq39rhap6r4bl0wsll3hfqjrp1nsilda-jemalloc-5.3.1 (aarch64-darwin)
+/nix/store/w0pibr5hh7yk8s7fh03yr3af07rwv5xz-jemalloc-5.3.1 (aarch64-linux)
@@ -493,0 +496 @@
+/nix/store/z6rg3rxxrw2mvswrxn6087hrra3ng0wd-jemalloc-5.3.1 (x86_64-linux)
@@ -1585,0 +1589,4 @@
+/nix/store/01gj4zr9wpn9b6ci511gqpndkra4g229-ruff-0.15.14 (x86_64-darwin)
+/nix/store/wsbkwpqbn2nkdhs8b1kw9dkr6mzz7lrb-ruff-0.16.3 (aarch64-darwin)
+/nix/store/jk435qaa4v9h05wwv02ap2kl2cwncnia-ruff-0.16.3 (aarch64-linux)
+/nix/store/sddv779f9zwcm72i0nsa8sgy1zjcl2n4-ruff-0.16.3 (x86_64-linux) |
Collaborator
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.
Allows user to get Ruff from other source than Pip (e.g. Nix).
Without this change I'm getting an error about Pip not being installed.