commit | bdcf53a7a0a09d3b73ff4b0096523799f10bd341 | [log] [tgz] |
---|---|---|
author | Tobias Slettemoen Kongsvik <tobias@kongsvik.dev> | Wed Aug 21 15:21:47 2024 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 21 13:21:47 2024 +0000 |
tree | 95f386a266b2171c421926c57a76ecc866c7f834 | |
parent | d7d2ce7307bad1bf076b48e4fa18715918f57cdd [diff] |
fix: formatting directive bugs in test (#2134) I'm getting a build error in my builds because nogo complains about this bug. I guess I could configure my nogo to no check this code, but I think it should be fixed. --------- Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>
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.