mirror of https://github.com/nicolargo/glances.git
fix: Makefile - black config ignored
This commit is contained in:
parent
f48dad555d
commit
be5ae310ba
4
Makefile
4
Makefile
|
|
@ -39,14 +39,14 @@ test: ## Run unit tests
|
|||
./venv/bin/python ./unitest.py
|
||||
./venv/bin/python ./unitest-restful.py
|
||||
./venv/bin/python ./unitest-xmlrpc.py
|
||||
./venv/bin/python -m black ./glances --check --exclude outputs/static
|
||||
./venv/bin/python -m black ./glances --check --config pyproject.toml
|
||||
./venv/bin/pyright glances
|
||||
|
||||
test-with-upgrade: venv-upgrade venv-dev-upgrade ## Run unit tests
|
||||
./venv/bin/python ./unitest.py
|
||||
./venv/bin/python ./unitest-restful.py
|
||||
./venv/bin/python ./unitest-xmlrpc.py
|
||||
./venv/bin/python -m black ./glances --check --exclude outputs/static
|
||||
./venv/bin/python -m black ./glances --check --config pyproject.toml
|
||||
./venv/bin/pyright glances
|
||||
|
||||
# ===================================================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue