Compare commits

..

6 Commits

Author SHA1 Message Date
Tyler Goodlet 2c1c89b2f4 Mask not-yet-existing `.devx.pformat` import 2025-03-21 00:15:37 -04:00
Tyler Goodlet 77c51446c0 Handle cpython builds with `libedit` for `readline`
Since `uv`'s cpython distributions are built this way `pdbp`'s tab
completion was breaking (as was vi-mode). This adds a new
`.devx._enable_readline_feats()` import hook which checks for the
appropriate library and applies settings accordingly.
2025-03-21 00:15:37 -04:00
Tyler Goodlet 3ef78bc0c1 Add in some dev deps for @goodboy
Namely since i use `xonsh` for a main shell, this includes adding it as
well as related tooling. Obvi bump the `uv.lock`.

Some other stuff retained from `poetry` days,
- add usage-comments around various (optional) deps.
- add toml section separator lines.
- go with 2-space indent.
- add comment on `trio>0.27` needed for py3.13+
2025-03-21 00:15:37 -04:00
Tyler Goodlet 75ed175452 Disable invalid line in `ruff` config? 2025-03-21 00:15:37 -04:00
Tyler Goodlet 0dacf4be7c Add a `ruff.toml` with ignore set taken from old `pyproject.toml` content 2025-03-21 00:15:37 -04:00
Guillermo Rodriguez c0e60d9072 Migrate to uv using "uvx migrate-to-uv", use msgspec from git due to python 3.13 compat 2025-03-21 00:15:37 -04:00

Diff Content Not Available