Closed DimitriPapadopoulos closed 3 years ago
It is much easier to setup codespell in Python projects, as the configuration can be added to the standard Python file setup.cfg. Here, we have to add the new .codespellrc file.
setup.cfg
.codespellrc
You still have to install codespell, which on Linux is as simple as:
pip install codespell
It is much easier to setup codespell in Python projects, as the configuration can be added to the standard Python file
setup.cfg
. Here, we have to add the new.codespellrc
file.