From b3828f549750405b316a38d4796087ee3a815882 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 16 Dec 2023 15:00:04 +0100 Subject: Replace Bottle by FastAPI #2181 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1963c931..c8f84a07 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ codespell: ## Run codespell to fix common misspellings in text files ./venv-dev/bin/codespell -S .git,./docs/_build,./Glances.egg-info,./venv*,./glances/outputs,*.svg -L hart,bu,te,statics semgrep: ## Run semgrep to find bugs and enforce code standards - ./venv-dev/bin/semgrep --config=auto --lang python --use-git-ignore ./glances + ./venv-dev/bin/semgrep scan --config=auto profiling: ## How to start the profiling of the Glances software @echo "Please complete and run: sudo ./venv-dev/bin/py-spy record -o ./docs/_static/glances-flame.svg -d 60 -s --pid " -- cgit v1.2.3