Turn on black as a linter
This commit is contained in:
parent
6eeb89cba4
commit
289e028e5b
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 -
|
||||
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