Skip to content

Commit 89a8d18

Browse files
committed
Pin version of flake8
With version 3.7.3 of flake8, a few more errors were showing up in the code that previously passed. This change pins the version of flake8 to ensure the benchmark for "passing" isn't changing between each commit.
1 parent c59fc15 commit 89a8d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
displayName: 'Install mbed-os test dependencies'
6666
-
6767
script: |
68-
pip install --user flake8
68+
pip install --user flake8==3.7.3
6969
python -m flake8
7070
condition: eq(variables['extraActions'], 'true')
7171
displayName: 'Enforce code style'

0 commit comments

Comments
 (0)