From 7754e2fd520ea884d32c802b0601803782ab12a9 Mon Sep 17 00:00:00 2001 From: Andrew Scribner Date: Tue, 28 May 2024 13:16:24 -0400 Subject: [PATCH] fix: pin codespell to 2.3.0 Temporary resolution until https://github.com/codespell-project/codespell/issues/3430 is fixed --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4144204c..5ed034e0 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ description = Check code against coding style standards deps = black ruff - codespell + codespell<2.3.0 # https://github.com/codespell-project/codespell/issues/3430 commands = codespell . --skip .git --skip .tox --skip build --skip lib --skip venv --skip .mypy_cache --skip *.svg ruff {[vars]all_path}