mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 16:39:04 +00:00
9 lines
322 B
INI
9 lines
322 B
INI
[MASTER]
|
|
fail-under=6.0
|
|
init-hook='from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))'
|
|
extension-pkg-allow-list=pydantic
|
|
[MESSAGES CONTROL]
|
|
disable=no-name-in-module
|
|
[TYPECHECK]
|
|
ignored-classes=optparse.Values,thread._local,_thread._local,SQLAlchemyHelper,FieldInfo
|