Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fmt (black): tests/ | Bryan Newbold | 2021-11-02 | 1 | -4/+5 |
| | |||||
* | python: isort everything | Bryan Newbold | 2021-11-02 | 1 | -4/+4 |
| | |||||
* | lint: simple, safe inline lint fixes | Bryan Newbold | 2021-11-02 | 1 | -3/+3 |
| | | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc | ||||
* | update fuzzy helper to pass 'reason' through to import code | Bryan Newbold | 2020-12-17 | 1 | -2/+2 |
| | | | | | The motivation for this change is to enable passing the 'reason' through to edit extra metadata, in cases where we merge or cluster releases. | ||||
* | add fuzzy matching helper to importer base class | Bryan Newbold | 2020-12-16 | 1 | -0/+78 |
Using fuzzycat. Add basic test coverage. |