https://github.com/ProgVal/Limnoria
Raw File
Tip revision: 654937ecfcec5d602679a87f3d3b66523c1f6416 authored by James Lu on 27 May 2023, 03:27:39 UTC
botchk: move imports to top-level
Tip revision: 654937e
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