2021-05-31 02:24:06 +02:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools", "wheel"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
2020-08-29 18:44:32 +02:00
|
|
|
[tool.black]
|
|
|
|
line-length = 79
|
|
|
|
|
2021-06-19 16:39:23 +02:00
|
|
|
include = 'plugins/(Autocomplete|Fediverse|Poll)/.*\.pyi?$'
|