Changed
- drop support for `reentry_scan` hook since pip 19 introduced build-system isolation that restricts
scans performed by the hook to the build-system (containing only setuptools, wheel, reentry, etc.).
- `manager.scan`: renamed negated options (`nocommit` => `commit`, `nodelete` => `delete`)
Added
- add `reentry clear` command to clear the reentry cache