https://github.com/ProgVal/Limnoria
Raw File
Tip revision: 2990fcd302afdc6a3b741594017c3959fd5da2fd authored by Valentin Lorentz on 13 March 2021, 12:15:41 UTC
README+setup: Update supported Python versions
Tip revision: 2990fcd
pyproject.toml
[tool.black]
line-length = 79

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