mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
11 lines
136 B
TOML
11 lines
136 B
TOML
|
|
line-length = 99
|
||
|
|
|
||
|
|
[lint.isort]
|
||
|
|
lines-after-imports = 2
|
||
|
|
|
||
|
|
[lint.pycodestyle]
|
||
|
|
max-doc-length = 72
|
||
|
|
|
||
|
|
[lint.pydocstyle]
|
||
|
|
convention = "pep257"
|