yeti-sh

↗ HN profile [ 79.5 ms ] full profile

No user record in our sample, but yeti-sh has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. Write a Python file named `jeeves.py` in your project directory with contents: import sh def lint(): """Lint your Python project.""" sh.mypy() This, together with pip install jeeves-shell[all] makes it possible to do j…

  2. The following exception @dataclass class PodBayDoorsStillClosed(DocumentedError): """ I’m sorry, {self.user_name}. I’m afraid I can’t do that. """ user_name: str when raised as raise PodBayDoorsStillClosed('Dave') will…