OpenMetadata/.pylintrc

15 lines
441 B
INI
Raw Normal View History

[BASIC]
# W1203: logging-fstring-interpolation - f-string brings better readability and unifies style
disable=W1203
2021-08-07 12:41:12 +05:30
[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
2021-08-07 12:41:12 +05:30
[MESSAGES CONTROL]
disable=no-name-in-module
2021-08-07 12:41:12 +05:30
[TYPECHECK]
ignored-classes=optparse.Values,thread._local,_thread._local,SQLAlchemyHelper,FieldInfo