source/.bazelrc

6 lines
259 B
Text
Raw Normal View History

2021-08-30 04:19:09 +00:00
test --test_output=errors
2021-08-30 06:40:02 +00:00
2021-08-30 06:30:23 +00:00
# To enable flake8 on all build steps, uncomment this -
2021-09-07 03:54:12 +00:00
# build --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks
# build --aspects="//tools/black:black.bzl%black_aspect" --output_groups=black_checks