ruff_prebuilt
0.14.4.1
published 4 days ago
0 stars
0 forks
1 watchers
MIT License
public
1 assets
12,221 downloads
10 KB
Maintained byJeremy Nimmer
0.14.4.1
November 8, 2025
[expand for release notes]

Using

Add this to your MODULE.bazel and then you can refer to the label "@ruff" for the ruff executable.

bazel_dep(
    name = "ruff_prebuilt",
    version = "0.14.4.2",
    dev_dependency = True,
    repo_name = "ruff",
)