From c185448fe043f5cc9914a9b7553c744b83fbc8cc 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 4144204..5ed034e 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}