summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-12-16 15:00:04 +0100
committernicolargo <nicolas@nicolargo.com>2023-12-16 15:00:04 +0100
commitb3828f549750405b316a38d4796087ee3a815882 (patch)
tree8d97684b0c3ab402a062e59471c03cb8cc7bfd9f /Makefile
parent32b33b588380df490d0399aaf653200b26d83386 (diff)
Replace Bottle by FastAPI #2181
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 <GLANCES PID>"