Closed akx closed 2 years ago
TYPE_CHECKING is never true at runtime, so the assertion won't be triggered, but Mypy will be happy nevertheless.
TYPE_CHECKING
Should fix #94
Still some issues with the lints, it seems... 🙄 Maybe ${{ secrets.github_token }} needs to be ${{ secrets.GITHUB_TOKEN }}?
${{ secrets.github_token }}
${{ secrets.GITHUB_TOKEN }}
TYPE_CHECKING
is never true at runtime, so the assertion won't be triggered, but Mypy will be happy nevertheless.Should fix #94