Ben Bariteau
Ben Bariteau
PEP 484 type hints are useful for anyone who wants to use a type checker, such as mypy. It would be nice if this library had them.
To be clear this is when `from __future__ import print_function` is not present initially.
I basically do this fyi: ``` dh_virtualenv --preinstall=-rrequirements-bootstrap.txt ... ```
Awesome! Since it uses pip, doing `--preinstall='-r requirements-bootstrap.txt'` fails with an error about no file named " requirements-bootstrap.txt" lol, so documenting might not be necessary.
Hmmm, I think that's probably the best we're gonna get for now. It's a strict improvement in my opinion.
Giving this more thought, it seems perhaps appropriate to just let black handle this. One can probably assume that when using `--profile black` that is the case, I think? I...
I edited it, does that make sense?