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

fix: git ignore uv.lock for packages #298

Merged
merged 1 commit into from
Mar 8, 2025
Merged

fix: git ignore uv.lock for packages #298

merged 1 commit into from
Mar 8, 2025

Conversation

lsorber
Copy link
Member

@lsorber lsorber commented Mar 8, 2025

Changes:

  1. Remove uv lock --check from the pre-commit hooks for packages, since these will be tested with various resolution strategies.
  2. Add uv.lock to .gitignore to avoid committing the lock file. The only reason to keep it for package development is perhaps to save some time to solve the environment, but since uv is so fast even that isn't really an argument anymore.

@lsorber lsorber requested a review from sinopeus March 8, 2025 19:38
@lsorber lsorber self-assigned this Mar 8, 2025
@lsorber lsorber merged commit d13495e into main Mar 8, 2025
20 checks passed
@lsorber lsorber deleted the ls-uv-lock branch March 8, 2025 19:45
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.

1 participant