* Pylint plugin to check that relative imports are used * Fix existing sites * Update description message * Fix typo
* Pylint plugin to check __init__ return type * Support *args add **kwargs, type hints * Use 'in' instead of 'any()' * Fix last few places