diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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] |
| 14 | black = "^22.3.0" | 14 | black = "^22.3.0" |
| 15 | isort = "^5.10.1" | 15 | isort = "^5.10.1" |
| 16 | python-lsp-server = "^1.4.1" | ||
| 17 | pylsp-mypy = "^0.6.2" | ||
| 18 | pyls-isort = "^0.2.2" | ||
| 19 | python-lsp-black = "^1.2.1" | ||
| 16 | 20 | ||
| 17 | [tool.black] | 21 | [tool.black] |
| 18 | line-length = 90 | 22 | line-length = 90 |
