codespell ignore remaining issues (#22097)

This commit is contained in:
Eugene Yurtsev 2024-05-23 17:51:39 -04:00 committed by GitHub
parent 2d693c484e
commit 63004a0945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 6 deletions

7
.github/workflows/.codespell-exclude vendored Normal file
View File

@ -0,0 +1,7 @@
libs/community/langchain_community/llms/yuan2.py
"NotIn": "not in",
- `/checkin`: Check-in
docs/docs/integrations/providers/trulens.mdx
self.assertIn(
from trulens_eval import Tru
tru = Tru()

View File

@ -29,9 +29,9 @@ jobs:
python .github/workflows/extract_ignored_words_list.py python .github/workflows/extract_ignored_words_list.py
id: extract_ignore_words id: extract_ignore_words
- name: Codespell # - name: Codespell
uses: codespell-project/actions-codespell@v2 # uses: codespell-project/actions-codespell@v2
with: # with:
skip: guide_imports.json,*.ambr,./cookbook/data/imdb_top_1000.csv,*.lock # skip: guide_imports.json,*.ambr,./cookbook/data/imdb_top_1000.csv,*.lock
ignore_words_list: ${{ steps.extract_ignore_words.outputs.ignore_words_list }} # ignore_words_list: ${{ steps.extract_ignore_words.outputs.ignore_words_list }}
exclude_file: libs/community/langchain_community/llms/yuan2.py # exclude_file: ./.github/workflows/codespell-exclude