codespell doesn't ignore files in `.gitignore`
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
Here's a reproducer:
```
> python3 -m venv venv
> tox
lint-codespell: commands[0]> codespell --toml /home/developer/dev/starbase/pyproject.toml
./venv/lib/python3.10/site-packages/tox/tox_env/python/api.py:53: interpeter ==> interpreter
./venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py:64: readd ==> re-add, read
./venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py:90: readd ==> re-add, read
./venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py:340: becouse ==> because
...
```
Assuming it will be an easy fix, but I've hit my mental quota for linting issue today.
Evaluation history
No evaluation history available.