Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
add annotations and runtime type checking (#6)
Browse files Browse the repository at this point in the history
* add annotations and runtime type checking

* update poetry install

* poetry update

* fix `annotation` for python < 3.10
  • Loading branch information
PythonFZ authored Nov 29, 2022
1 parent 9e67027 commit a3d16ff
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
installer-parallel: true
- name: Install package
run: |
poetry install --no-interaction
poetry install --no-interaction --all-extras
- name: Pytest
run: |
source .venv/bin/activate
Expand Down
Loading

0 comments on commit a3d16ff

Please sign in to comment.