https://github.com/ProgVal/Limnoria
Revision 35bf5998564eda288ca4ee86e0fa45b28c64d7ba authored by Valentin Lorentz on 20 September 2022, 05:51:46 UTC, committed by Valentin Lorentz on 20 September 2022, 05:51:46 UTC
It should always be replaced with a space.
1 parent 169824a
Raw File
Tip revision: 35bf5998564eda288ca4ee86e0fa45b28c64d7ba authored by Valentin Lorentz on 20 September 2022, 05:51:46 UTC
utils/web: Add <br/> to the list of block elements
Tip revision: 35bf599
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