diff --git a/Makefile b/Makefile index 425e942..2543e07 100644 --- a/Makefile +++ b/Makefile @@ -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: