Migrate pylint check to Python 3 (#4381)
* Migrate lint to Python 3 * Fix lint errors * Use Miniconda3 to use Python 3.7 * Use latest pylint and astroid
This commit is contained in:
committed by
GitHub
parent
5e97de6a41
commit
bbe0dbd7ec
@@ -4,7 +4,7 @@ ignore=tests
|
||||
|
||||
extension-pkg-whitelist=numpy
|
||||
|
||||
disiable=unexpected-special-method-signature,too-many-nested-blocks
|
||||
disable=unexpected-special-method-signature,too-many-nested-blocks,useless-object-inheritance
|
||||
|
||||
dummy-variables-rgx=(unused|)_.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user