Don't care about that style check

This commit is contained in:
Markus Unterwaditzer 2015-02-22 22:16:29 +01:00
parent 08b6ce6b8c
commit f88e5f836d

View file

@ -8,7 +8,8 @@ install-style:
pip install flake8 flake8-import-order
style:
flake8
flake8 \
--ignore=W503 # Line break before operator
! grep -ri syncroniz */*
install-docs: