6b7e6b44f1
gh-pages / build (push) Waiting to run
Python Publish (pypi) / Upload release to PyPI (push) Waiting to run
Spellcheck / spellcheck (push) Waiting to run
Python Build and Type Check / python-ci (ubuntu-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
32 lines
640 B
YAML
32 lines
640 B
YAML
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
|
|
version: "0.2"
|
|
allowCompoundWords: true
|
|
dictionaryDefinitions:
|
|
- name: dictionary
|
|
path: "./dictionary.txt"
|
|
addWords: true
|
|
dictionaries:
|
|
- dictionary
|
|
ignorePaths:
|
|
- cspell.config.yaml
|
|
- node_modules
|
|
- _site
|
|
- /project-words.txt
|
|
- default_pipeline.yml
|
|
- .turbo
|
|
- output/
|
|
- dist/
|
|
- temp_azurite/
|
|
- __pycache__
|
|
- pyproject.toml
|
|
- entity_extraction.txt
|
|
- package.json
|
|
- tests/
|
|
- examples_notebooks/inputs/
|
|
- docs/examples_notebooks/inputs/
|
|
- "*.csv"
|
|
- "*.parquet"
|
|
- "*.faiss"
|
|
- "*.ipynb"
|
|
- "*.log"
|