[CI] Update lint configuration to support latest pylint convention (#4971)
* Update lint configuration * Use gcc 8 consistently in build instruction
This commit is contained in:
committed by
GitHub
parent
4771bb0d41
commit
741fbf47c4
@@ -4,7 +4,7 @@ ignore=tests
|
||||
|
||||
extension-pkg-whitelist=numpy
|
||||
|
||||
disable=unexpected-special-method-signature,too-many-nested-blocks,useless-object-inheritance
|
||||
disable=unexpected-special-method-signature,too-many-nested-blocks,useless-object-inheritance,import-outside-toplevel,unsubscriptable-object
|
||||
|
||||
dummy-variables-rgx=(unused|)_.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user