Commit e8a67e5d authored by Olivier's avatar Olivier Committed by oroulet

run mypy in seperate github check

parent 7b35df27
......@@ -35,8 +35,8 @@ jobs:
- name: Lint with ruff and mypy
run: |
ruff check .
# - name: Lint with mypy
# run: |
- name: Lint with mypy
run: |
python -m pip install types-aiofiles types-python-dateutil types-pytz
python -m mypy asyncua/
- name: Test with pytest
......
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