hundreds-breakfast-49010
08/14/2019, 6:38 PMgentle-wolf-58752
08/14/2019, 6:52 PMhundreds-breakfast-49010
08/14/2019, 6:53 PMpython_library()
function in existing BUILD files?gentle-wolf-58752
08/14/2019, 7:10 PMwitty-crayon-22786
08/14/2019, 7:13 PMdatatype
is one of them, unfortunatelygentle-wolf-58752
08/14/2019, 7:18 PMhundreds-breakfast-49010
08/14/2019, 7:21 PMpython_library()
python_library()
call is already doing thattag
as a parameter to that call, but then that would presumably set up the tag for every python source file including ones that I'm not touching and don't necessarily want to start typecheckingwitty-crayon-22786
08/14/2019, 7:23 PMpython_library()
is just a targetpython_library(tags=['type_checked'])
name==directory
hundreds-breakfast-49010
08/14/2019, 7:27 PMtype_checked
flag to just one .py file?witty-crayon-22786
08/14/2019, 7:37 PMhundreds-breakfast-49010
08/14/2019, 7:48 PMwitty-crayon-22786
08/14/2019, 7:54 PM