Add real-time activity tracking for active game sessions #3272
Trunk Check
Checked 17 modified files
✖ 3 unformatted files
✖ 2 new lint issues
Details
To reproduce and test locally, run:
trunk check
For help resolving these issues, see our docs on running on PRs or debugging Trunk Check
Annotations
Check failure on line 98 in backend/endpoints/sockets/activity.py
github-actions / Trunk Check
mypy(arg-type)
[new] Argument 1 to "int" has incompatible type "Any | None"; expected "str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc"
Check failure on line 105 in backend/endpoints/sockets/activity.py
github-actions / Trunk Check
mypy(arg-type)
[new] Argument 1 to "int" has incompatible type "Any | None"; expected "str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc"
Check failure on line 1 in frontend/src/views/Activity.vue
github-actions / Trunk Check
prettier
Incorrect formatting, autoformat by running 'trunk fmt'
Check failure on line 1 in backend/endpoints/activity.py
github-actions / Trunk Check
black
Incorrect formatting, autoformat by running 'trunk fmt'
Check failure on line 1 in frontend/src/stores/activity.ts
github-actions / Trunk Check
prettier
Incorrect formatting, autoformat by running 'trunk fmt'