14 lines
180 B
TOML
14 lines
180 B
TOML
[tool.black]
|
|
line-length = 72
|
|
|
|
[tool.ruff]
|
|
line-length = 72
|
|
|
|
[tool.autopep8]
|
|
max_line_length = 72
|
|
|
|
[tool.pycodestyle]
|
|
max_line_length = 72
|
|
|
|
[tool.pyright]
|
|
typeCheckingMode = "off"
|