Get flake8 working as an aspect

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-30 00:29:43 -06:00
commit 81386229c6
12 changed files with 112 additions and 8 deletions
tools/autoflake

View file

@ -3,5 +3,8 @@ py_binary(
main = "__main__.py",
deps = [
py_requirement("autoflake"),
]
],
visibility = [
"//visibility:public"
],
)