Skip to content

Commit 4082ee4

Browse files
committed
chore(client+controller): update flake8 to 2.4.1
See https://gitlab.com/pycqa/flake8/blob/master/CHANGES.rst
1 parent 68415ae commit 4082ee4

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)