From 5756f7dd073de2a29a3b1622dc032bc2b8126a52 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Mon, 30 Aug 2021 00:30:23 -0600 Subject: [PATCH] The incantation for flake8 --- .bazelrc | 2 ++ 1 file changed, 2 insertions(+) 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