Increase complexity limit

This commit is contained in:
Jason Lawrence 2020-11-17 14:25:41 -06:00
parent 93b4aa4e21
commit ae3639d3e4

View file

@ -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