From 76be2d80a8214d9e01a9071bb9a53db20549f51c Mon Sep 17 00:00:00 2001 From: Ajurna Date: Thu, 7 Feb 2019 15:44:46 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |