This commit is contained in:
Paul Nameless 2021-04-23 20:49:22 +03:00
parent 44e6b9fe9c
commit 0a073fe33e
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Install tools - name: Install tools
run: | run: |
pip install poetry && poetry install pip install poetry && poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
- name: Check formatting and run linters - name: Check formatting and run linters
run: | run: |

View file

@ -18,10 +18,10 @@ python = "^3.8"
python-telegram = "0.14.0" python-telegram = "0.14.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
black = "20.8b1"
flake8 = "3.8.4" flake8 = "3.8.4"
isort = "5.6.2" isort = "5.6.2"
mypy = "0.812" mypy = "0.812"
black = "20.8b1"
[tool.poetry.scripts] [tool.poetry.scripts]
tg = "tg.__main__:main" tg = "tg.__main__:main"