mirror of
https://github.com/exo-explore/exo.git
synced 2026-08-03 00:58:54 -04:00
7 lines
118 B
TOML
7 lines
118 B
TOML
[tool.pylint.format]
|
|
indent-string = ' '
|
|
max-line-length = 200
|
|
|
|
[tool.autopep8]
|
|
max_line_length = 200
|
|
indent_size = 2 |