nutshell/pyproject.toml

10 lines
183 B
TOML
Raw Normal View History

2023-04-09 00:04:20 -06:00
[tool.pylint.messages_control]
disable = "C0330, C0326"
[tool.pylint.format]
max-line-length = "100"
[tool.black]
line-length = 120
organize-imports = true
target-version = ['py38']