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

feat: ⭐ Introducing UV as package manager #1785

Merged
merged 30 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
df33ea3
feat: :sparkles: Introduce UV instead of poetry
Anselmoo Jan 21, 2025
20ff8a6
feat: :wrench: bump version to 1.2.0 and update tests
Anselmoo Jan 21, 2025
c045b0e
chore: :sparkles: update project configuration and improve build process
Anselmoo Jan 21, 2025
f2770da
feat: :sparkles: migrate CI workflow from Poetry to UV for dependency…
Anselmoo Jan 21, 2025
f766a16
fix: :white_check_mark: clean up file handling and remove unnecessary…
Anselmoo Jan 21, 2025
de57f17
fix: :white_check_mark: update pre-commit configuration to exclude uv…
Anselmoo Jan 21, 2025
f74e7c5
fix: :rotating_light: standardize YAML formatting in GitHub workflows…
Anselmoo Jan 21, 2025
90601c8
fix: :white_check_mark: remove quotes from cache-dependency-glob in C…
Anselmoo Jan 21, 2025
bd226fc
ci: :construction_worker: update trunk.yaml to latest plugin versions…
Anselmoo Jan 21, 2025
1585578
fix: :pencil2: correct command syntax in CI workflow for running tests
Anselmoo Jan 21, 2025
22ad107
fix: :memo: add uv.lock to labeler configuration for dependency tracking
Anselmoo Jan 21, 2025
98b43fe
ci: :construction_worker: enhance CI workflow for uv installation and…
Anselmoo Jan 21, 2025
8b6ec85
fix: :bug: add stacklevel argument to DeprecationWarning for clearer …
Anselmoo Jan 22, 2025
acaddb2
fix: :pencil2: update CI workflow to install any wheel file and run s…
Anselmoo Jan 22, 2025
d5e71ff
fix: :rotating_light: adjust stacklevel argument in DeprecationWarnin…
Anselmoo Jan 22, 2025
b033fcc
ci: :construction_worker: add uv build step to CI workflow for projec…
Anselmoo Jan 22, 2025
ebaaca7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 22, 2025
3e2fef4
fix: :bug: add type ignore comment for AutoPeakDetection instantiatio…
Anselmoo Jan 22, 2025
52f181e
fix: :bug: remove type ignore comment for AutoPeakDetection instantia…
Anselmoo Jan 22, 2025
a7613e0
fix: :bug: add type ignore comment for AutoPeakDetection instantiatio…
Anselmoo Jan 22, 2025
ae6fd40
ci: :construction_worker: update CI workflow to rename project instal…
Anselmoo Jan 22, 2025
e35d491
feat: :art: update devcontainer configuration to use latest features …
Anselmoo Jan 22, 2025
60edc71
feat: :art: update devcontainer configuration to use latest versions …
Anselmoo Jan 22, 2025
e877b5a
fix: :bug: update devcontainer configuration to include Docker-in-Doc…
Anselmoo Jan 22, 2025
569c9cc
docs: :memo: update installation instructions to replace Poetry with …
Anselmoo Jan 22, 2025
be9d341
feat: :art: update GitHub Actions workflow to replace Poetry with uv …
Anselmoo Jan 22, 2025
1a5ee5c
ci: :white_check_mark: update GitHub Actions workflow to replace Poet…
Anselmoo Jan 22, 2025
e35ba00
docs: :memo: clean up reference links in documentation files
Anselmoo Jan 22, 2025
539407b
chore: :pencil: clean up formatting in CONTRIBUTING.md, codecov.yml, …
Anselmoo Jan 22, 2025
f421c63
fix: :bug: add stacklevel parameter to warning messages for better tr…
Anselmoo Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: ✅ update pre-commit configuration to exclude uv.lock instead of …
…poetry.lock
Anselmoo committed Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit de57f17b796aad976d9d4bfa5e8676f96f6e5233
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ repos:
- id: check-yaml
exclude: mkdocs.yml
- id: check-toml
exclude: poetry.lock
exclude: uv.lock
- id: check-json
exclude: .devcontainer/devcontainer.json
- id: check-symlinks