Commit 7e62009
chore: add codespell config + fix one real typo (boostrap->bootstrap)
Spell-checked all prose + docstrings (290k LOC). The codebase is
essentially typo-free: the only genuine misspelling found was
'boostrap' in a wooldridge.py comment. .codespellrc carries a curated
ignore list for the econometrics/causal vocabulary that a general
dictionary flags (te/hte/late/sate/ges/aer/tfe/tre/complier/stram/
parmeter/...), so 'codespell' runs clean locally as a dev convenience.
No blocking CI gate: this domain coins new acronyms constantly, so a
gate would be false-positive churn rather than signal.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 6fbc4fc commit 7e62009
2 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments