From b15b083adb65704aedaf2d237738cec2530ac323 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 18 Jun 2016 01:10:53 -0700 Subject: [PATCH 1/3] Update flake8 from 2.5.5 to 2.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c44ab90e9..f0595bb1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cookiecutter==1.4.0 -flake8==2.5.5 +flake8==2.6.0 sh==1.11 binaryornot==0.4.0 From 016661fd1a1c37262ea873731594e3c100b9a30e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 18 Jun 2016 01:10:54 -0700 Subject: [PATCH 2/3] Update flake8 from 2.5.5 to 2.6.0 --- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 215c93eaf..42b9ab967 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -9,7 +9,7 @@ psycopg2==2.6.1 coverage==4.1 django-coverage-plugin==1.3.1 -flake8==2.5.5 +flake8==2.6.0 django-test-plus==1.0.13 factory_boy==2.7.0 From ce98a8e50ba1808d39e9c4df331a86c37b1a0f61 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Sat, 18 Jun 2016 10:24:09 +0200 Subject: [PATCH 3/3] mute flake8 f405 check --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index deb1dd503..fc01c302b 100644 --- a/tox.ini +++ b/tox.ini @@ -10,3 +10,6 @@ deps = pytest-cookies sh commands = py.test {posargs:tests} + +[flake8] +ignore = F405