Update manager #23

Merged
Miroslavsckaya merged 20 commits from feature_rss_update into master 2022-07-08 19:23:12 +00:00
Showing only changes of commit 25af6c2176 - Show all commits

View file

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