summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-03-20 09:13:02 +0100
committernicolargo <nicolas@nicolargo.com>2022-03-20 09:13:02 +0100
commit021ac4cea906977b448af2e3ff861715ee0892c2 (patch)
tree2a970d7353e6d2d82965c54fbd0941a5957c9276 /Makefile
parent5b655be2328ddd79cb478ad645973bfde5540cb2 (diff)
Format code thanks to Black
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1f3dab03..442c56e6 100644
--- a/Makefile
+++ b/Makefile
@@ -29,10 +29,10 @@ test: venv
./venv/bin/python ./unitest.py
./venv/bin/python ./unitest-restful.py
./venv/bin/python ./unitest-xmlrpc.py
- ./venv/bin/python -m black ./glances --check
+ ./venv/bin/python -m black ./glances --check --exclude outputs/static
format: venv
- ./venv/bin/python -m black ./glances
+ ./venv/bin/python -m black ./glances --exclude outputs/static
docs: venv-dev
./venv/bin/python -m glances -C ./conf/glances.conf --api-doc > ./docs/api.rst