From a97576af23cb0114c9398db4292ee184b8e01847 Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee Date: Mon, 14 Oct 2024 10:39:23 +0530 Subject: [PATCH] Update accepted word list. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1ce013b7..71199bb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,9 @@ line_length = 88 default_section = "THIRDPARTY" src_paths = ["doc", "src", "tests"] +[tool.codespell] +ignore-words = "doc/styles/config/vocabularies/ANSYS/accept.txt" + [tool.coverage.run] source = ["ansys.fluent"]