ruff_prebuilt
0.13.0.1
published 1 month ago
0 stars
0 forks
1 watchers
MIT License
public
1 assets
8,926 downloads
7 KB
Maintained byJeremy Nimmer
0.13.0.1
September 12, 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.1.3",
    dev_dependency = True,
    repo_name = "ruff",
)