Do you think it would be confusing to allow `name`...
# general
h
Do you think it would be confusing to allow
name
to be a positional arg in BUILD files?
Copy code
python_tests("tests", timeout=120)
vs
Copy code
python_tests(name="tests", timeout=120)
motivation is boilerplate reduction. Everything else would still be a kwarg