ruff_prebuilt
0.14.1.3
published 6 days ago
0 stars
0 forks
1 watchers
MIT License
public
1 assets
8,926 downloads
8 KB
Compatibility level 1
kcMC2H4YXB4D3z0hWkuCD0J+q1PSskKbVDLJtK07UJ0=
Maintained byJeremy Nimmer
0.14.1.3
October 23, 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",
)