We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a52375 commit dfe26ddCopy full SHA for dfe26dd
MODULE.bazel
@@ -16,6 +16,7 @@ module(
16
version = "0.1.0",
17
compatibility_level = 0,
18
)
19
+
20
###############################################################################
21
#
22
# Packaging dependencies
@@ -52,7 +53,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
52
53
bazel_dep(name = "aspect_rules_lint", version = "1.4.2")
54
55
# Provides, pytest & venv
-bazel_dep(name = "score_python_basics", version = "0.3.1")
56
+bazel_dep(name = "score_python_basics", version = "0.3.2")
57
58
# Checker rule for CopyRight checks/fixes
59
bazel_dep(name = "score_cr_checker", version = "0.2.2")
0 commit comments