| commit | 1298bd5e6a788d86f1f8766ee8816f54c06771e2 | [log] [tgz] |
|---|---|---|
| author | Richard Levasseur <richardlev@gmail.com> | Mon Oct 27 22:56:10 2025 -0700 |
| committer | Richard Levasseur <rlevasseur@google.com> | Tue Oct 28 19:39:10 2025 -0700 |
| tree | 77d4c627f6eed221ff8fd32cb56c0f36c730454c | |
| parent | c7a406ca55634d8cecf7e9b32ec0718bcdc938b7 [diff] |
build: change gazelle rules_python override to use bazelrc (#3382) This is because the `--override_module` flag in BCR presubmit configs can't affect local_path_override in MODULE.bazel. Per https://github.com/bazelbuild/bazel-central-registry/pull/6241#issuecomment-3431422637 (cherry picked from commit caab0fae80927e308e7aa18186ebf8c2b811b79e)
This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.