mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Merge Branch type stubs back to source (#2571)
Introduces new helper methods `is_defined`, `is_undefined`, `is_optional`, `is_optional_list` that is going to simplify input assertions in all our methods. Co-authored-by: Enrico Minack <github@enrico.minack.dev>
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
||||
python-version: "3.x"
|
||||
- run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements-types.txt
|
||||
- uses: liskin/gh-problem-matcher-wrap@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user