From 0e65d662fdea9b1752932bcf747214d44271de74 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 19 Jun 2024 15:43:23 +0100 Subject: [PATCH] Pin codespell dependancie --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c739d62..46612d17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"'