We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5435d commit 0f0ec25Copy full SHA for 0f0ec25
2 files changed
client/Makefile
@@ -32,7 +32,7 @@ installer: build
32
33
setup-venv:
34
@if [ ! -d venv ]; then virtualenv venv; fi
35
- venv/bin/pip install -q flake8==2.3.0
+ venv/bin/pip install -q flake8==2.4.0
36
37
test-style: setup-venv
38
venv/bin/flake8
controller/dev_requirements.txt
@@ -19,7 +19,7 @@ coverage>=3.7.1
19
docutils>=0.12
20
21
# Run "make flake8" to check python syntax and style
22
-flake8==2.3.0
+flake8==2.4.0
23
24
# Used for mocking endpoints
25
mock==1.0.1
0 commit comments