Pin codespell dependancie

This commit is contained in:
Tom Christie
2024-06-19 15:43:23 +01:00
parent fb1d106747
commit 0e65d662fd

View File

@@ -193,7 +193,7 @@ format = [
[tool.hatch.envs.lint]
detached = true
dependencies = [
"codespell",
"codespell==2.2.6",
]
[tool.hatch.envs.lint.scripts]
spelling = 'codespell mkdocs docs *.* -S LC_MESSAGES -S "*.min.js" -S "lunr*.js" -S fontawesome-webfont.svg -S tinyseg.js -S "*.map"'