Skip to content

Commit 52d78f4

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent e8ea7f2 commit 52d78f4

2 files changed

Lines changed: 437 additions & 386 deletions

File tree

.github/workflows/continuous-deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646

4747
- id: install-python-dependencies
4848
name: Install Python dependencies
49-
run: uv sync --extra dev
49+
run: uv sync --extra dev --frozen
5050

5151
- id: type-check
52-
name: Run ty
52+
name: Run type check
5353
timeout-minutes: 10
5454
run: uv run ty check
5555

@@ -70,15 +70,15 @@ jobs:
7070

7171
- id: install-python-dependencies
7272
name: Install Python dependencies
73-
run: uv sync --extra dev
73+
run: uv sync --extra dev --frozen
7474

7575
# - id: vulture
7676
# name: Run vulture
7777
# timeout-minutes: 10
7878
# run: >-
7979
# uv run vulture
8080
# --min-confidence 90
81-
# --exclude "tests/*,_notebooks/*,docs/*"
81+
# --exclude "tests/*,docs/*"
8282
# your_package_name
8383

8484
test-python:

0 commit comments

Comments
 (0)