pyproject.toml 118 B

1234567
  1. [tool.pylint.format]
  2. indent-string = ' '
  3. max-line-length = 200
  4. [tool.autopep8]
  5. max_line_length = 200
  6. indent_size = 2