diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -35,3 +35,14 @@ all_files = 1 [upload_sphinx] upload-dir = docs/_build/html + +[pytype] +inputs = + kallithea + setup.py +exclude = + **/test_*.py +disable = + pyi-error +keep_going = True +#jobs = 3