Skip to content

Commit 38058ae

Browse files
Merge pull request #23 from PlayerData/update-scrips-and-schema
Update scripts and schema
2 parents ce086e6 + 5273947 commit 38058ae

14 files changed

Lines changed: 333491 additions & 54 deletions

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
activate-environment: true
2727

2828
- name: Install Dependencies
29-
run: uv sync --extra dev --locked
29+
run: uv sync --group test --locked
3030

3131
- name: Lint Check (Ruff)
3232
run: uv run --no-sync ruff check .

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
activate-environment: true
2727

2828
- name: Install Dependencies
29-
run: uv sync --extra dev --locked
29+
run: uv sync --group test --locked
3030

3131
- name: Run Tests
3232
run: uv run --no-sync pytest

playerdatapy/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
VideoRecordingAttributes,
148148
)
149149

150-
# Appended manually
151150
from .playerdata_api import PlayerDataAPI
152151

153152
__all__ = [

0 commit comments

Comments
 (0)