yeti-sh
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.
-
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…
- Show HN: Use Python docstrings as exception messages (github.com)
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…