Revision 32198d42c25eea71df8ede1426a20adb649d1f98 authored by Valentin Lorentz on 27 April 2022, 20:15:43 UTC, committed by Valentin Lorentz on 27 April 2022, 20:15:43 UTC
The German translation currently has at least one fuzzy string
with a missing %s; and several translations are completely wrong.
1 parent 109f938
Raw File
pyproject.toml
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 79

include = 'plugins/(Autocomplete|Fediverse|Geography|Poll)/.*\.pyi?$'
back to top