Files
exo/pyproject.toml
2024-08-22 14:04:28 +01:00

7 lines
118 B
TOML

[tool.pylint.format]
indent-string = ' '
max-line-length = 200
[tool.autopep8]
max_line_length = 200
indent_size = 2