mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Ignore new flake8 check
This commit is contained in:
parent
d6b581e877
commit
4f5ce34b17
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ jobs:
|
|||
name: "Flake8"
|
||||
install:
|
||||
- pip install -r requirements_dev.txt
|
||||
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
|
||||
after_success: skip
|
||||
env:
|
||||
- PLEX_CONTAINER_TAG=latest
|
||||
|
|
Loading…
Reference in a new issue