aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 36f6956..f8b07d7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,6 +13,10 @@ aiogram = "^2.20"
13[tool.poetry.dev-dependencies] 13[tool.poetry.dev-dependencies]
14black = "^22.3.0" 14black = "^22.3.0"
15isort = "^5.10.1" 15isort = "^5.10.1"
16python-lsp-server = "^1.4.1"
17pylsp-mypy = "^0.6.2"
18pyls-isort = "^0.2.2"
19python-lsp-black = "^1.2.1"
16 20
17[tool.black] 21[tool.black]
18line-length = 90 22line-length = 90