Motivation
See #270 and #261 - this tool works really well and is simple enough to configure.
Summary of desired enhancement
Implement codespell as a supported tool. It has pre-commit integration but by default no pyproject.toml is necessary (although I think a blank ignored words list would be sensible)
[tool.codespell]
ignore-words-list = [ ]
Motivation
See #270 and #261 - this tool works really well and is simple enough to configure.
Summary of desired enhancement
Implement
codespellas a supported tool. It has pre-commit integration but by default no pyproject.toml is necessary (although I think a blank ignored words list would be sensible)