[pylama] linters = pycodestyle,pydocstyle,pyflakes,radon,mypy
[pycodestyle] max_line_length = 100
ignore = E501
[autopep8] jobs = 0 aggressive = true