Move flake8 config to setup.cfg

pull/2782/head
Matt Westcott 2016-06-22 16:51:40 +01:00 zatwierdzone przez Karl Hobley
rodzic f2ec21b947
commit b85c340163
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,6 +1,11 @@
[bdist_wheel]
universal = 1
[flake8]
ignore = E501,E303
exclude = wagtail/project_template/*
max-line-length = 120
[isort]
line_length=100
multi_line_output=4

Wyświetl plik

@ -6,11 +6,6 @@ envlist = py{27,33,34,35}-dj{18,19}-{sqlite,postgres,mysql}-{elasticsearch,noela
py{27,34,35}-dj110-{sqlite,postgres,mysql}-{elasticsearch,noelasticsearch},
flake8
[flake8]
ignore = E501,E303
exclude = wagtail/project_template/*
max-line-length = 120
[testenv]
install_command = pip install -e ".[testing]" -U {opts} {packages}
commands =