From 788d18cfef413682f75b9c58537409aadd1ac032 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Mon, 30 Aug 2021 01:07:13 -0600 Subject: [PATCH] Turn on flake8 for good --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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