libretime/analyzer/pyproject.toml
jo cfcfcc82e4 chore: revert pin setuptools to <64.0.0 for build backend
This reverts commit 2bde574487b7d2fde097db76a9f525b188d70662.
2022-08-25 09:51:36 +02:00

19 lines
394 B
TOML

[tool.pylint.messages_control]
extension-pkg-whitelist = "pydantic"
disable = [
"missing-class-docstring",
"missing-function-docstring",
"missing-module-docstring",
]
[tool.pylint.format]
disable = "logging-fstring-interpolation"
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "DEBUG"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"