From f4688fadca11bd98c4120b8972583156fa82a035 Mon Sep 17 00:00:00 2001 From: chfw Date: Fri, 26 Oct 2018 22:06:57 +0100 Subject: [PATCH] :art: ignore E203, https://github.com/ambv/black/issues/544 --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 9c7c42f7..d7950283 100644 --- a/test.sh +++ b/test.sh @@ -3,4 +3,4 @@ pip freeze cd tests/moban-mako python setup.py install cd ../../ -nosetests --with-cov --with-doctest --doctest-extension=.rst --cover-package moban --cover-package tests && flake8 . --exclude=.moban.d +nosetests --with-cov --with-doctest --doctest-extension=.rst --cover-package moban --cover-package tests && flake8 . --ignore=E203 --exclude=.moban.d