0ad/ruff.toml

11 lines
136 B
TOML
Raw Normal View History

line-length = 99
[lint.isort]
lines-after-imports = 2
[lint.pycodestyle]
max-doc-length = 72
[lint.pydocstyle]
convention = "pep257"