diff --git a/.bazelrc b/.bazelrc index 42d53ff..d395e27 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,4 @@ 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 +build --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks