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 5628f9a396 - Show all commits

View file

@ -3,7 +3,7 @@
format = pylint
skip = .venv/*
linters = pyflakes,pylint,pycodestyle
#ignore = F0401,C0111,E731
ignore = F0401,C0114,R0903
[pylama:pylint]
max_line_length = 120