chore(ci): add pyright

This commit is contained in:
Sylvain MOUQUET 2022-07-10 11:29:50 +02:00
parent 4b5ae8aded
commit f798293474
No known key found for this signature in database
GPG Key ID: 26606A439AE61EFB
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,6 @@ jobs:
python -m pip install --upgrade pip
pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
- name: Lint with flake8
run: |
@ -38,6 +37,7 @@ jobs:
- name: Static type check
run: |
pip install pyright
pyright glances
- name: Unitary tests