summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-07-10 18:52:23 +0200
committernicolargo <nicolas@nicolargo.com>2022-07-10 18:52:23 +0200
commit678f6da3a95964b67b80505326bac3729800b671 (patch)
tree2555017c5a198e24309299c837f5fb4844a2d0ba /Makefile
parentfd9522d6ade006d6367246c41879758d44a24a70 (diff)
Disable Pyright on the Git actions pipeline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8dd5e8a9..78fb38da 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ test: venv ## Run unit tests
./venv/bin/python ./unitest-restful.py
./venv/bin/python ./unitest-xmlrpc.py
./venv/bin/python -m black ./glances --check --exclude outputs/static
+ ./venv/bin/pyright glances
format: venv ## Format the code
./venv/bin/python -m black ./glances --exclude outputs/static