| --- |
| buildifier: |
| version: latest |
| # keep this argument in sync with .pre-commit-config.yaml |
| warnings: "all" |
| all_targets: &all_targets |
| build_targets: |
| - "..." |
| # As a regression test for #225, check that wheel targets still build when |
| # their package path is qualified with the repo name. |
| - "@rules_python//examples/wheel/..." |
| # We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests. |
| skip_use_bazel_version_for_test: true |
| test_targets: |
| - "..." |
| platforms: |
| ubuntu1804: |
| <<: *all_targets |
| macos: |
| <<: *all_targets |