Joshua Cannon
Joshua Cannon
**Is this related to a problem? Please describe.** On [Black's future style doc](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html#using-backslashes-for-with-statements) it talks about `black` handling a `with` with multiple context managers in a few ways (Python-version-dependent). **Describe...
### Steps to reproduce For fairly large repositories, using inference can be incredibly slow. Running `pylint` with a rule which leverages inference can take multiple seconds, while running a rule...
For more complex CLI cases, it'd be nice to be able to write: ```python class MyDaemon(daemonocle.Daemon): @daemonocle.expose_action @click.argument("filenames", nargs=-1, type=click.Path(exists=True)) def do_thingy(self, filenames): pass ```