kopia lustrzana https://github.com/wagtail/wagtail
Move flake8 config to setup.cfg
rodzic
f2ec21b947
commit
b85c340163
|
@ -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
|
||||
|
|
5
tox.ini
5
tox.ini
|
@ -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 =
|
||||
|
|
Ładowanie…
Reference in New Issue