Auto-remove unused mypy # type: ignore comments from Python files. Can be used as a pre-commit hook.
pip install type-heedtype-heed path/to/file.py
# or
type-heed **/*.pyAdd this to your .pre-commit-config.yaml:
repos
- repo: https://github.com/janosh/type-heed
rev: v0.1.0
hooks:
- id: type-heed