- Notifications
You must be signed in to change notification settings - Fork5.7k
Implement PEP 735 Dependency Groups#2417
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
name:Check Type Completeness | |
on: | |
pull_request: | |
paths: | |
-telegram/** | |
-pyproject.toml | |
-.github/workflows/type_completeness.yml | |
push: | |
branches: | |
-master | |
permissions:{} | |
jobs: | |
test-type-completeness: | |
name:test-type-completeness | |
runs-on:ubuntu-latest | |
steps: | |
-uses:Bibo-Joshi/pyright-type-completeness@c85a67ff3c66f51dcbb2d06bfcf4fe83a57d69cc# v1.0.1 | |
with: | |
package-name:telegram | |
python-version:3.12 | |
pyright-version:~=1.1.367 |