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

use uv for dependency management during development #118

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

hrodmn
Copy link
Collaborator

@hrodmn hrodmn commented Dec 19, 2024

Related issues

Description

This PR updates the development workflow to use uv by moving the dev extra dependencies into the dev dependency group which gets installed automatically by uv sync.

I also switched from black to ruff for formatting (in pyproject.toml and pre-commit).

Checklist

  • Tests pass (run scripts/test)
  • Documentation has been updated to reflect changes, if applicable
  • [-] Examples have been updated to reflect changes, if applicable
  • [-] Changes are added to the CHANGELOG, if applicable

Copy link
Contributor

@gadomski gadomski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, though it looks like there's another reference to scripts/cibuild in the codecov CI workflow (which I don't love anyways, so would OK with removing).

.github/workflows/continuous-integration.yml Outdated Show resolved Hide resolved
@hrodmn hrodmn enabled auto-merge (squash) December 19, 2024 15:05
@hrodmn hrodmn merged commit f87faca into stactools-packages:main Dec 19, 2024
5 checks passed
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.

update template to use uv?
2 participants