[v10.4.x] Remove codespell (#99435)

This commit is contained in:
Jack Baldry
2025-01-23 12:41:09 +00:00
committed by GitHub
parent 30f1b22bcd
commit 8b29af01c8
4 changed files with 1 additions and 29 deletions
-10
View File
@@ -746,16 +746,6 @@ def frontend_metrics_step(trigger = None):
step = dict(step, when = trigger)
return step
def codespell_step():
return {
"name": "codespell",
"image": images["python"],
"commands": [
"pip3 install codespell",
"codespell -I .codespellignore docs/",
],
}
def grafana_server_step():
"""Runs the grafana-server binary as a service.