crates.lister: Implement incremental mode:
Add incremental mode support based on a 'last_commit' state, used to get new package versions from git diff range of commits.
This commit is contained in:
parent
d34a6232a6
commit
a6f796b268
6 changed files with 296 additions and 49 deletions
2
mypy.ini
2
mypy.ini
|
@ -43,3 +43,5 @@ ignore_missing_imports = True
|
|||
[mypy-xmltodict.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-dulwich.*]
|
||||
ignore_missing_imports = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue