root: makefile: remove spellcheck from lint-fix (#20924)

This commit is contained in:
Marc 'risson' Schmitt
2026-03-16 20:28:54 +00:00
committed by GitHub
parent db6ca79e37
commit fe020ed413
+1 -1
View File
@@ -77,7 +77,7 @@ test: ## Run the server tests and produce a coverage report (locally)
$(UV) run coverage html
$(UV) run coverage report
lint-fix: lint-spellcheck ## Lint and automatically fix errors in the python source code. Reports spelling errors.
lint-fix: ## Lint and automatically fix errors in the python source code. Reports spelling errors.
$(UV) run black $(PY_SOURCES)
$(UV) run ruff check --fix $(PY_SOURCES)