my.coding.commits: actually test on CI, add config stub

This commit is contained in:
Dima Gerasimov 2021-03-15 03:31:03 +00:00
parent 4db81ca362
commit c1ccf7e93a
5 changed files with 47 additions and 6 deletions

View file

@ -73,3 +73,10 @@ class orgmode:
class arbtt:
logfiles: Paths
from typing import Optional
class commits:
emails: Optional[Sequence[str]]
names: Optional[Sequence[str]]
roots: Sequence[PathIsh]