diff --git a/.bazelrc b/.bazelrc index b98fc09..cbe8863 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1 +1,3 @@ test --test_output=errors +# To enable flake8 on all build steps, uncomment this - +# build --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks