https://github.com/ProgVal/Limnoria
Raw File
Tip revision: 5eb8e310d5ccf5b3ea3be0129e1e87a4a609b71f authored by James Lu on 05 June 2023, 02:09:43 UTC
Move csv.join / split definitions to src/dbi.py
Tip revision: 5eb8e31
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