From 786fc6002a6e5c04ee57800bae9c3eb2f0c328e4 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Fri, 24 May 2024 10:43:49 +0300 Subject: [PATCH] codespell: ignore unittest naming After resent update, codespell started to treat assertIn as a typo, and CI started to fail. --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index fe94c2d8..291bd5cf 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] skip = tarantool/msgpack_ext/types/timezones/timezones.py -ignore-words-list = ans,gost,ro +ignore-words-list = ans,gost,ro,assertIn