Commit 6114bf42 authored by Roman Yurchak's avatar Roman Yurchak Committed by oroulet

Re-enable mypy in CI

parent f41b8ed0
......@@ -39,8 +39,8 @@ jobs:
flake8 . --count --exit-zero --statistics
# - name: Lint with mypy
# run: |
# python -m pip install types-aiofiles types-python-dateutil types-pytz
# python -m mypy --show-error-code asyncua/
python -m pip install types-aiofiles types-python-dateutil types-pytz
python -m mypy asyncua/
- name: Test with pytest
run: |
pytest -v -s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment