Telegram module #10

Merged
skobkin merged 19 commits from feature_telegram into master 2022-05-30 20:54:27 +00:00
Showing only changes of commit 8f359847bf - Show all commits

View file

@ -24,7 +24,7 @@ steps:
commands:
- python -m venv .venv
- source ./.venv/bin/activate
- 'pip install pylama pylama\[all\]'
- 'pip install pylama pylama\[all\] > /dev/null'
- pylama
when:
event: