Skip to content

PTFE-1575 Upgrade githubkit to latest version #1166

PTFE-1575 Upgrade githubkit to latest version

PTFE-1575 Upgrade githubkit to latest version #1166

GitHub Actions / Trunk Check failed Mar 18, 2024 in 20s

Trunk Check

Checked 21 modified files
✖ 1 new issue

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 176 in runner_manager/models/runner_group.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

pyright(reportAttributeAccessIssue)

[new] Cannot assign member "started_at" for type "Runner"
  Expression of type "str" cannot be assigned to member "started_at" of class "Runner"
    Member "__set__" is unknown
    Member "__set__" is unknown
    Type "str" cannot be assigned to type "datetime | None"
      "str" is incompatible with "datetime"
      "str" is incompatible with "None"