The README states:
Codespell will also check in the current directory for a pyproject.toml (or a path can be specified via --toml ) file, and the [tool.codespell] entry will be used as long as the tomli package is installed, for example
However, I have been unable to get this to work in both pyvista/pyvista#3328 and in this standalone repository: https://github.com/banesullivan/codespell-pyproject-issue
The tomli package is installed yet codespell does not pick up on the pyproject.toml configuration.
You can see this erroring in https://github.com/banesullivan/codespell-pyproject-issue/actions/runs/3230877580/jobs/5289808823#step:5:12 where the ignored.txt file should have been ignored by the config in pyrpoject.toml
Any ideas what I'm doing wrong here?
The README states:
However, I have been unable to get this to work in both pyvista/pyvista#3328 and in this standalone repository: https://github.com/banesullivan/codespell-pyproject-issue
The
tomlipackage is installed yetcodespelldoes not pick up on thepyproject.tomlconfiguration.You can see this erroring in https://github.com/banesullivan/codespell-pyproject-issue/actions/runs/3230877580/jobs/5289808823#step:5:12 where the
ignored.txtfile should have been ignored by the config inpyrpoject.tomlAny ideas what I'm doing wrong here?