Fix codespell config (#8392)

This commit is contained in:
Silvano Cerza 2024-09-24 12:00:45 +02:00 committed by GitHub
parent 09b95746a2
commit 4b77ec1b6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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