Fix ci error

This commit is contained in:
Laurent Savaete
2020-09-27 23:22:35 +00:00
committed by GitHub
parent a0e9fc41d3
commit 5ed2026e8c

View File

@@ -35,6 +35,7 @@ jobs:
run: |
black --check .
- name: Check typing annotations with mypy
run: |
mypy .
- name: Test with pytest
run: |