martijnvanbrummelen / nwipe

nwipe secure disk eraser
GNU General Public License v2.0
786 stars 86 forks source link

Add a .codespellrc file to run codespell #353

Closed DimitriPapadopoulos closed 3 years ago

DimitriPapadopoulos commented 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.

DimitriPapadopoulos commented 3 years ago

You still have to install codespell, which on Linux is as simple as:

pip install codespell