mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
infra: skip codespell ambr (#17992)
This commit is contained in:
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@@ -32,6 +32,6 @@ jobs:
|
|||||||
- name: Codespell
|
- name: Codespell
|
||||||
uses: codespell-project/actions-codespell@v2
|
uses: codespell-project/actions-codespell@v2
|
||||||
with:
|
with:
|
||||||
skip: guide_imports.json
|
skip: guide_imports.json,*.ambr
|
||||||
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: libs/community/langchain_community/llms/yuan2.py
|
||||||
|
Reference in New Issue
Block a user