Skip to content

Commit

Permalink
Add type hints and mypy type checking to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Jul 1, 2021
1 parent e9dd175 commit 20cb68d
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -16,6 +16,8 @@ jobs:
toxenv: flake8
- python: 3.8
toxenv: py3flake8
- python: 3.8
toxenv: mypy

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Expand Up @@ -11,3 +11,4 @@ Thanks!
* https://github.com/marcoceppi
* https://github.com/tgamblin
* https://github.com/sebix
* https://github.com/jdufresne

0 comments on commit 20cb68d

Please sign in to comment.