[NO TESTS] WIP

This commit is contained in:
Reid 'arrdem' McKenzie 2021-09-25 00:43:50 -06:00
commit 21613e9ea5
8 changed files with 402 additions and 377 deletions

View file

@ -1,5 +1,5 @@
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
test --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks
test --aspects="//tools/black:black.bzl%black_aspect" --output_groups=black_checks