From 7170fd40a879a906fc7cd3a523e80953e7c79dd6 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Thu, 2 Sep 2021 22:10:24 -0600 Subject: [PATCH] Turn on black as a linter --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index d395e27..e824c02 100644 --- a/.bazelrc +++ b/.bazelrc @@ -2,3 +2,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/black:black.bzl%black_aspect" --output_groups=black_checks