We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267d61b commit c220249Copy full SHA for c220249
MODULE.bazel
@@ -2,7 +2,7 @@
2
3
module(
4
name = "ruff_prebuilt",
5
- version = "0.0.0.0",
+ version = "0.15.0.1",
6
bazel_compatibility = [">=8.0.1"],
7
compatibility_level = 1,
8
)
README.md
@@ -9,7 +9,7 @@ for the `ruff` executable.
9
```bzl
10
bazel_dep(
11
12
- version = "0.14.10.1",
13
dev_dependency = True,
14
repo_name = "ruff",
15
0 commit comments