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