diff --git a/pyproject.toml b/pyproject.toml index f0f8b2e..6ab6510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lfcircle" -version = "0.1.0" +version = "0.1.1" description = "last.fm statistics generator for your friend circle!" authors = ["Mark Joshwel "] license = "Unlicense" @@ -22,6 +22,13 @@ isort = "^5.13.2" black = "^24.4.2" types-requests = "^2.31.0.20240406" +[tool.black] +line-length = 90 + +[tool.isort] +line_length = 90 +profile = "black" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"