[tool.isort] profile = 'black' line_length = 99 combine_as_imports = true [tool.black] line-length = 99 target-version = ['py38'] include = '\.pyi?$' [tool.poetry] name = "Ava-Cogs" version = "0.1.0" description = "A collection of cogs for Red-DiscordBot" authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.8" skia-python = "^87.5"