mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Ignore E722
This commit is contained in:
committed by
Marcin Kulik
parent
386a8e0f06
commit
99281ca221
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user