From e84fa50f158aa1e9523260ab44f41bca0e14d6e4 Mon Sep 17 00:00:00 2001 From: jneo8 Date: Mon, 27 May 2024 16:23:44 +0800 Subject: [PATCH] test: Fix codespell assertIn Related issue: https://github.com/codespell-project/codespell/issues/3430 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2c446d4c..b413c87c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,6 +100,7 @@ output = "tests/unit/report/coverage.xml" skip = ".eggs,.tox,.git,.venv,venv,build,.build,lib,report,docs" quiet-level = 3 check-filenames = true +ignore-words-list = "assertIn" [tool.pytest.ini_options] filterwarnings = [