mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
root: makefile: remove spellcheck from lint-fix (#20924)
This commit is contained in:
committed by
GitHub
parent
db6ca79e37
commit
fe020ed413
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user