zen-realigned/pyproject.toml

6 lines
126 B
TOML

[tool.autopep8]
max_line_length = 120
ignore = "E501,W6" # or ["E501", "W6"]
recursive = true
aggressive = 3
indent_size = 2