argos-httping/pylama.ini

15 lines
250 B
INI
Raw Normal View History

2020-09-21 08:10:19 +02:00
[pylama]
format = pylint
2020-09-21 08:10:26 +02:00
linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort,mypy
2020-09-21 08:10:19 +02:00
ignore = D203
skip=.env/*
[pylama:pycodestyle]
max_line_length = 120
[pylama:pep8]
max_line_length = 120
[pylama:pylint]
max_line_length = 120