bayesiancnn/pyproject.toml

10 lines
197 B
TOML
Raw Permalink Normal View History

[tool.pylint.'FORMAT']
max-line-length = 110
[tool.pylint.'MESSAGES CONTROL']
disable = ["missing-module-docstring", "missing-function-docstring", "import-error"]
[tool.black]
line-length = 110