Intensive refactoring to satisfy pylint

This commit is contained in:
André Koch-Kramer
2016-06-27 16:49:00 +02:00
parent d7d4d59bab
commit 7c3ca67a20
2 changed files with 78 additions and 75 deletions

View File

@@ -8,4 +8,4 @@ python:
install:
- pip install pylint requests
script:
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,anomalous-backslash-in-string,invalid-name,multiple-imports,dangerous-default-value,locally-disabled instagram
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,anomalous-backslash-in-string,multiple-imports,dangerous-default-value,locally-disabled instagram