Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to sync with radix-ai #27

Open
wants to merge 56 commits into
base: main
Choose a base branch
from

Conversation

ajay-bhargava
Copy link
Owner

No description provided.

sinopeus and others added 30 commits February 10, 2024 13:25
feat: add GitHub/GitLab VS Code extension
docs: update Ruff hyperlink
* feat: add ipython to dev dependencies

* feat: increase minimum Python version to 3.10
lsorber and others added 26 commits December 20, 2024 16:09
feat: configure Pycharm shell path.
* feat: Move to UV + Copier

* chore: Reset package version

* fix: Run `starship init` in onCreateCommand

This ensures that by the time the Dev Container is created, the shell
prompt is effectively configured. If done in postCreateCommand, the
prompt is only configured after the container's creation and after `uv
sync` and `pre-commit install` are complete.

* fix: Remove `--offline` flag from `uv lock --check`

If the UV cache is not populated, the `uv lock --check --offline`
command will fail as it doesn't just check consistency, it also checks
the cache for the package metadata and fails on a cache miss due to the
`--offline` flag. Removing `--offline` simply means that in the case of
a cache miss, which will in principle be a rare occurrence, we will
fetch the metadata from the package repository,

```
× No solution found when resolving dependencies:
  ╰─▶ Because commitizen was not found in the cache and your project depends
      on commitizen>=4.1.0, we can conclude that your project's requirements
      are unsatisfiable.

      hint: Packages were unavailable because the network was disabled. When
      the network is disabled, registry packages may only be read from the
      cache."
```

* docs: add migration section

* docs: rename project

* test: reintroduce cookiecutter template testing

* docs: fix minor issues

---------

Co-authored-by: Xavier Goás Aguililla <[email protected]>
Co-authored-by: Laurent Sorber <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants