* feat: create libretime_shared package - We don't use pydantic.BaseSettings because of some incompatble loading behavior. * fix: whitelist pydantic in pylintrc * docs: update to new BaseConfig behavior * docs: change confusing config filepath
6 lines
157 B
INI
6 lines
157 B
INI
[MESSAGES CONTROL]
|
|
extension-pkg-whitelist = pydantic
|
|
disable=missing-module-docstring,
|
|
missing-class-docstring,
|
|
missing-function-docstring,
|