Get codespell passing and add it as a CI job.

This commit is contained in:
Julian Stirling 2025-07-10 17:57:43 +01:00
parent e33fecaef0
commit 7e6017f648
25 changed files with 113 additions and 85 deletions

View file

@ -72,6 +72,13 @@ version-check:
- tags
- web
# A job to protect reviewers from Julian's terrible spelling.
spelling:
stage: analysis
extends: .python
script:
- codespell .
# Python static analysis with ruff
ruff-lint:
stage: analysis