Compare commits

...
2 Commits
Author SHA1 Message Date
Brian Bjarke Jensen 268f64884f removed uv warning for CI runs
Test Python Package / test (pull_request) Failing after 12s
Type Check / type-check (pull_request) Failing after 12s
Code Quality Pipeline / code-quality (pull_request) Successful in 18s
2025-08-28 19:36:04 +02:00
Brian Bjarke Jensen ef53113cd1 prettier fix 2025-08-28 19:32:58 +02:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -22,7 +22,9 @@ jobs:
run: pip install uv
- name: Install dependencies
run: uv pip install --group dev --system
env:
UV_LINK_MODE: copy
run: uv sync
- name: Ruff lint
run: ruff check .
+1 -1
View File
@@ -1,3 +1,3 @@
# python-utils
Various basic python utility functions exposed as a python package.
Various basic python utility functions exposed as a python package.