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:
Trim21
2023-07-04 09:42:53 +02:00
committed by GitHub
co-authored by Enrico Minack
parent 7324110249
commit c5682489d9
6 changed files with 190 additions and 323 deletions
+1
View File
@@ -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: