Pradyun Gedam
Pradyun Gedam
> I would black to not touch lines that aren't too long Black formats based on the parsed contents of the file. Yes, the output in this case is suboptimal...
Another test case from pip's codebase: ```py class Foo: def _get_candidates(self, link, canonical_package_name): # type: (Link, str) -> List[Any] can_not_cache = ( not self.cache_dir or not canonical_package_name or not link...
One could run a build in a Sublime text View and redirect all user-input to the process's `stdin`.
How about a few "legal" shebangs? A key in settings that the user can customize which are the only allowed Python interpreters (`python_interpreter` can obviously be excluded from this list.....
Hiya! This revamp is now complete, and https://sphinx-themes.org has the newer fancier site now!
A gentle nudge on this.
> Any ideas? This seems like a nice idea. I don't have the time to implement this right now, so, if anyone else wants to pick this up and implement...
I like this idea. I don't have the bandwidth to take this on around now but this is definitely a nice to have thing. :)
@gatspy Did @untoreh's suggestion work?
It might be worth-while to add test cases where if the `--` is ignored, the output would be an alias... i.e. `a="foo -a"` and `foo -- -a` -> No change