Skip to content

Commit 4f5ce34

Browse files
committed
Ignore new flake8 check
1 parent d6b581e commit 4f5ce34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: "Flake8"
5050
install:
5151
- pip install -r requirements_dev.txt
52-
script: flake8 plexapi --exclude=compat.py --max-line-length=120 --ignore=E128,E701,E702,E731,W293
52+
script: flake8 plexapi --exclude=compat.py --max-line-length=120 --ignore=E128,E701,E702,E731,W293,W605
5353
after_success: skip
5454
env:
5555
- PLEX_CONTAINER_TAG=latest

0 commit comments

Comments
 (0)