Turn on black as a linter
This commit is contained in:
parent
b7e86e50bf
commit
7170fd40a8
1 changed files with 1 additions and 0 deletions
1
.bazelrc
1
.bazelrc
|
@ -2,3 +2,4 @@ test --test_output=errors
|
||||||
|
|
||||||
# To enable flake8 on all build steps, uncomment this -
|
# 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
|
||||||
|
build --aspects="//tools/black:black.bzl%black_aspect" --output_groups=black_checks
|
||||||
|
|
Loading…
Reference in a new issue