freeradius/pyproject.toml
2022-04-26 15:54:25 -07:00

13 lines
201 B
TOML

[tool.black]
line-length = 120
[tool.isort]
line_length = 120
profile = "black"
[tool.pylint.messages_control]
disable = "C0330, C0326, C0115, C0116, C0103"
[tool.pylint.format]
max-line-length=120