PyCQA / eradicate

Removes commented-out code from Python files
https://pypi.python.org/pypi/eradicate
206 stars 25 forks source link

Make eradicate compatible with pre-commit #14

Closed rdturnermtl closed 5 years ago

rdturnermtl commented 5 years ago

Integrates pre-commit with eradicate. This makes it easy to configure and add eradicate as a pre-commit hook in your git repo.

For example, the nbstripout repo just merged a similar hook for that tool (for example in PR 79).

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 109e6739cf7f48bdb11e2f0d510a38726a0d1f33 on rdturnermtl:master into a1f49510bb9c8894f875c0d26849f10c8bfd1a58 on myint:master.