Ignore E722

This commit is contained in:
Marcin Kulik
2019-03-24 12:17:17 +01:00
committed by Marcin Kulik
parent 386a8e0f06
commit 99281ca221

View File

@@ -13,5 +13,5 @@ before_install:
- pip install pycodestyle
script:
- find . -name \*.py -exec pycodestyle --ignore=E501,E402 {} +
- find . -name \*.py -exec pycodestyle --ignore=E501,E402,E722 {} +
- make test