Codespell is in docs group now

This commit is contained in:
Simon Willison 2025-12-11 15:17:46 -08:00
commit 0fb2cf6714

View file

@ -15,7 +15,7 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install . --group dev
pip install . --group docs
- name: Check spelling
run: |
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt