Satisfy pylint after their update

This commit is contained in:
André Koch-Kramer
2017-04-20 16:47:31 +02:00
committed by Alexander Graf
parent 0e943189e5
commit 2106c2d5f6
2 changed files with 9 additions and 15 deletions

View File

@@ -9,4 +9,4 @@ python:
install:
- pip install pylint requests
script:
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,multiple-imports,too-many-arguments,locally-disabled,line-too-long,invalid-sequence-index,raising-bad-type,no-else-return,len-as-condition instaloader
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,multiple-imports,too-many-arguments,locally-disabled,line-too-long,invalid-sequence-index,raising-bad-type instaloader