Skip to content
Snippets Groups Projects
tox.ini 265 B
Newer Older
[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