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

@ -5,7 +5,7 @@ from argparse import ArgumentParser, Namespace
from zenodo import Zenodo
import yaml
# you have to explicitely set ZENODO_USE_SANDBOX=false to not use the
# You have to explicitly set ZENODO_USE_SANDBOX=false to not use the
# sandbox, any other value or unset variable means this script will use
# the sandbox zenodo site
if "ZENODO_USE_SANDBOX" in os.environ: