mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
Increase complexity limit
This commit is contained in:
parent
93b4aa4e21
commit
ae3639d3e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
# stop the build if there are Python syntax errors or undefined names
|
||||
flake8 plexapi --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||
# The GitHub editor is 127 chars wide
|
||||
flake8 plexapi --count --max-complexity=10 --max-line-length=127 --statistics
|
||||
flake8 plexapi --count --max-complexity=12 --max-line-length=127 --statistics
|
||||
|
||||
pytest:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue