Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Add mypy to CI #1099

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: Run twine checker
run: |
twine check dist/*
- name: Run mypy
run: |
pip install -r tests/requirements-mypy.txt
mypy aioredis

test-unix:
name: Test Unix
Expand Down
1 change: 1 addition & 0 deletions CHANGES/1099.misc
@@ -0,0 +1 @@
Adds mypy to CI