Files @ df78fec26a05
Branch filter:

Location: symposion_app/tox.ini

Jamie Lennox
Don't tab stop on Hack links in proposal creation

It's really annoying when you are adding a proposal and you hit tab and
end up on the link to the Hack website. There's no need for this and at
least on newer browsers we can pretty easily skip the links for tab.

Unfortunately because this is model text it generates migrations. As we
know these migrations don't actually do anything, so they are annoying
but not actually harmful.
[tox]
minversion = 1.6
skipsdist = True
envlist = pep8

[testenv]
basepython = python3.6
skip_install = True
install_command = pip install {opts} {packages}
deps = flake8
commands = flake8 {posargs}

[flake8]
max-line-length = 100
max-complexity = 10
exclude = .venv,.tox,ve2,.ve2,cms_pages,pinaxcon/proposals/migrations,pinaxcon/registrasion/migrations