[tox] skipsdist = True envlist = py37 [testenv] whitelist_externals = poetry skip_install = true [pylama] linters = pycodestyle,pydocstyle,pyflakes,radon [pycodestyle] max_line_length = 100 ignore = E501 [autopep8] jobs = 0 aggressive = true [mypy] plugins = mypy_django_plugin.main [mypy.plugins.django-stubs] django_settings_module = biscuit.core.settings