Turn on black as a linter

This commit is contained in:
Reid 'arrdem' McKenzie 2021-09-02 22:10:24 -06:00
parent b7e86e50bf
commit 7170fd40a8

View file

@ -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