2022-01-22 16:59:15 +01:00
|
|
|
[tool.pylint.messages_control]
|
|
|
|
extension-pkg-whitelist = "pydantic"
|
|
|
|
disable = [
|
|
|
|
"missing-class-docstring",
|
|
|
|
"missing-function-docstring",
|
|
|
|
"missing-module-docstring",
|
|
|
|
]
|
|
|
|
|
2022-07-31 11:23:27 +02:00
|
|
|
[tool.pytest.ini_options]
|
|
|
|
log_cli = true
|
|
|
|
log_cli_level = "DEBUG"
|
|
|
|
|
2022-01-22 16:48:32 +01:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools", "wheel"]
|
|
|
|
build-backend = "setuptools.build_meta"
|