various CI updates

This commit is contained in:
Dima Gerasimov 2020-01-24 10:37:42 +00:00
parent 7d56d85731
commit 9be8cb9064
5 changed files with 25 additions and 11 deletions

View file

@ -2,6 +2,8 @@ from typing import Callable, Union, List
from mycfg import paths
from mycfg.repos.kobuddy.src.kobuddy import *
# hmm, explicit imports make pylint a bit happier..
from mycfg.repos.kobuddy.src.kobuddy import Highlight, set_databases, get_highlights
set_databases(paths.kobuddy.export_dir)