Turn on flake8 for good
This commit is contained in:
parent
2b9d3ad927
commit
fae63eab11
1 changed files with 1 additions and 1 deletions
2
.bazelrc
2
.bazelrc
|
@ -1,4 +1,4 @@
|
||||||
test --test_output=errors
|
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
|
||||||
|
|
Loading…
Reference in a new issue