Thanks for this nice project. The goal is to allow passing it via the config file Something like this ``` [tool.codespell] files = "src, .github" ``` Right now, I get ``` codespell: error: unrecognized arguments: --files ```
Thanks for this nice project.
The goal is to allow passing it via the config file
Something like this
Right now, I get