libretime/tools/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

16 lines
334 B
TOML

[tool.pylint.messages_control]
extension-pkg-whitelist = "pydantic"
disable = [
"missing-class-docstring",
"missing-function-docstring",
"missing-module-docstring",
]
[tool.mypy]
allow_redefinition = true
disallow_incomplete_defs= true
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"