8000 Review: chango comment, add comments back, rm extra line in rtd · python-telegram-bot/python-telegram-bot@8b293cc · GitHub
[go: up one dir, main page]

Skip to content

Implement PEP 735 Dependency Groups #2426

Implement PEP 735 Dependency Groups

Implement PEP 735 Dependency Groups #2426

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
0