Skip to content

Commit f12d31b

Browse files
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9e11134 commit f12d31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howto/common-deps-with-multipe-pypi-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this example, we create a custom string flag named `//:pypi_hub`,
3333
register it to allow using it with `py_binary` directly, then use `select()`
3434
to pick different dependencies.
3535

36-
```
36+
```bzl
3737
# File: MODULE.bazel
3838

3939
rules_python_config.add_transition_setting(
@@ -42,7 +42,7 @@ rules_python_config.add_transition_setting(
4242

4343
# File: BUILD.bazel
4444

45-
```bazel
45+
```bzl
4646

4747
load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
4848

0 commit comments

Comments
 (0)