tg_rss_bot/pylama.ini

10 lines
202 B
INI
Raw Normal View History

2022-05-02 13:53:19 +00:00
# https://github.com/klen/pylama#configuration-file
[pylama]
format = pylint
skip = */.venv/*,*/.pylama-venv/*
#linters = pylint,mccabe
#ignore = F0401,C0111,E731
[pylama:pylint]
max_line_length = 120