Skip to content

Commit

Permalink
Merge pull request #106 from totaldebug/105-support_for_type_hints
Browse files Browse the repository at this point in the history
feat: added type hints
  • Loading branch information
marksie1988 committed Jun 27, 2022
2 parents a90e267 + 4f99e88 commit 9bc142b
Show file tree
Hide file tree
Showing 19 changed files with 1,457 additions and 1,306 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
- name: Install dependencies with Poetry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
- name: Install dependencies with Poetry
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Install Poetry
uses: snok/install-poetry@v1.1.1
- name: Cache Poetry virtualenv
Expand Down
2 changes: 2 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mypy]
disable_error_code = misc
Loading

0 comments on commit 9bc142b

Please sign in to comment.