Skip to content

Commit

Permalink
🎨 ignore E203, psf/black#544
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Oct 26, 2018
1 parent f62add6 commit f4688fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f4688fa

Please sign in to comment.