We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b581e commit 4f5ce34Copy full SHA for 4f5ce34
.travis.yml
@@ -49,7 +49,7 @@ jobs:
49
name: "Flake8"
50
install:
51
- pip install -r requirements_dev.txt
52
- script: flake8 plexapi --exclude=compat.py --max-line-length=120 --ignore=E128,E701,E702,E731,W293
+ script: flake8 plexapi --exclude=compat.py --max-line-length=120 --ignore=E128,E701,E702,E731,W293,W605
53
after_success: skip
54
env:
55
- PLEX_CONTAINER_TAG=latest
0 commit comments