diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 06c3930..9189d9f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +46,7 @@ steps: - script: | python -m pip install flake8 - flake8 . + flake8 --max-line-length 120 --exclude rarfile.py,migrations displayName: 'Run lint tests' - script: |