Dmytro Yaroshenko
Dmytro Yaroshenko
> Can you please pull in the changes to > > 1. `.github/workflows/check-code-and-run-tests.yml` ("3.13") and > 2. `setup.py` (`standard-imghdr`) in > > * [Test on Python 3.13 #527](https://github.com/ywangd/stash/pull/527) 1. which...
> Do you use the tools `uv` or `pipx` or `brew`? > > * [Add pre-commit to run linters, formatters, etc. on code changes #525](https://github.com/ywangd/stash/pull/525) I use `uv` + `ruff`...
> Please add `import sys` to `bin/whatis.py` > > > Error: bin/whatis.py:23:5: F821 Undefined name `sys` Done
@cclauss for some reason stacks on tests/pbcopy_pbpaste/test_pbcopy_pbpaste.py::CopyPasteTests::test_pbpaste_help but pbtest -h on pytonista works
@cclauss Use pyproject.toml pytest addoptions instead of specifying it directly in CI
@cclauss please help me with this ``` FAILED tests/system/test_termemu.py::TermemuTests::test_203 - AssertionError: assert '[stash]$ The... ' == '[stash]$ The... ' ```
> @cclauss please help me with this > > ``` > FAILED tests/system/test_termemu.py::TermemuTests::test_203 - AssertionError: assert '[stash]$ The... ' == '[stash]$ The... ' > ``` As I understand this test...
There is no `pwd` module in Pythonista 3.5, so I'm looking for `stashutils.fsi.base` fix approach https://github.com/omz/Pythonista-Issues/issues/782
Help wanted! 🙏 https://github.com/ywangd/stash/pull/524#issuecomment-3155227665
> Reviewing this PR will take some time (which is unfortunately rather limited on my end). Here are a couple short thoughts based on a first glance: > > *...