Skip to content

Commit 58bf854

Browse files
committed
Merge pull request #3373 from mboersma/update-flake8
chore(client+controller): update flake8 to 2.4.0
2 parents 9e6add3 + 0f0ec25 commit 58bf854

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ installer: build
3232

3333
setup-venv:
3434
@if [ ! -d venv ]; then virtualenv venv; fi
35-
venv/bin/pip install -q flake8==2.3.0
35+
venv/bin/pip install -q flake8==2.4.0
3636

3737
test-style: setup-venv
3838
venv/bin/flake8

controller/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ coverage>=3.7.1
1919
docutils>=0.12
2020

2121
# Run "make flake8" to check python syntax and style
22-
flake8==2.3.0
22+
flake8==2.4.0
2323

2424
# Used for mocking endpoints
2525
mock==1.0.1

0 commit comments

Comments
 (0)