Justin Flannery
Justin Flannery
> [!WARNING] > This PR is a work in progress This PR will _eventually_ resolve a regression issue in hatch `1.10.0` Closes https://github.com/pypa/hatch/issues/1468
`uv` should only be installed once into hatch's environment instead of each virtual environment.
Currently `uv pip install` is supported, it would be helpful to support `uv pip sync` via a `uv-pip-sync` `pip-compile-installer`
Should a specific version of `pip-tools` be used inside the plugin or should we just continue to `pip install pip-tools` https://github.com/juftin/hatch-pip-compile/blob/cd8106e182c2e9e6d51632c7d0f4367358b5eef6/hatch_pip_compile/plugin.py#L116
First, the package is installed with `--no-deps` then the dependencies are installed. This order of operations produces the following warinings which should be disregarded ``` ERROR: pip's dependency resolver does...
This can be problematic in CI/CD where you run `hatch run +py={{ matrix.python }} matrix:cov` and have `hatch.python` set to a differing version than your current matrix version ```toml [tool.hatch.envs.default]...
closes #96
# Description TermLunch TUI App
There was an update on the lunchmoney docs that's uncovered: https://github.com/lunch-money/developers/commit/ad879164550c14a2c8029396c1d5fb3487cf2de7 The latest docs changes should be present in lunchable. CI/CD to periodically check for detect unknown fields might be...