mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
codespell ignore remaining issues (#22097)
This commit is contained in:
parent
2d693c484e
commit
63004a0945
7
.github/workflows/.codespell-exclude
vendored
Normal file
7
.github/workflows/.codespell-exclude
vendored
Normal 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()
|
12
.github/workflows/codespell.yml
vendored
12
.github/workflows/codespell.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user