I tried ``` my_target( hook=r"\ foo\ bar\ baz" ) `...
# general
b
I tried
Copy code
my_target(
hook=r"\
foo\
bar\
baz"
)
which produces
Copy code
foo\
bar\
baz
in my generated file. It's better but it keeps the
\