From 4b77ec1b6f45278c7d34468982ef3c555b65b457 Mon Sep 17 00:00:00 2001 From: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:00:45 +0200 Subject: [PATCH] Fix codespell config (#8392) --- code_of_conduct.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code_of_conduct.txt b/code_of_conduct.txt index c4814cb22..61135cb38 100644 --- a/code_of_conduct.txt +++ b/code_of_conduct.txt @@ -6,7 +6,7 @@ Our Pledge We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, -gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, +gender identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation. We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. diff --git a/pyproject.toml b/pyproject.toml index b25425d12..5c75292f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -180,7 +180,7 @@ packages = ["haystack"] [tool.codespell] ignore-words-list = "ans,astroid,nd,ned,nin,ue,rouge,ist" quiet-level = 3 -skip = "test/nodes/*,test/others/*,test/samples/*,e2e/*" +skip = "./test,./e2e" [tool.pylint.'MESSAGES CONTROL'] max-line-length = 120