Skip to content

Commit ab4544b

Browse files
committed
Merge pull request #3879 from mboersma/update-flake8
chore(client+controller): update flake8 to 2.4.1
2 parents 7dfa369 + 4082ee4 commit ab4544b

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
@@ -31,7 +31,7 @@ setup-venv:
3131
@if [ ! -d venv ]; then virtualenv venv; fi
3232

3333
test-style: setup-venv
34-
venv/bin/pip install --disable-pip-version-check -q flake8==2.4.0
34+
venv/bin/pip install --disable-pip-version-check -q flake8==2.4.1
3535
venv/bin/flake8
3636

3737
test-unit:

controller/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
coverage>=3.7.1
33

44
# Run "make flake8" to check python syntax and style
5-
flake8==2.4.0
5+
flake8==2.4.1
66

77
# Used for mocking endpoints
88
mock==1.0.1

0 commit comments

Comments
 (0)