Skip to content

Commit fca5610

Browse files
committed
chore(client+controller): update flake8 code checker to 2.3.0
See https://gitlab.com/pycqa/flake8/blob/master/CHANGES.rst
1 parent 0dc6819 commit fca5610

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.2.2
35+
venv/bin/pip install -q flake8==2.3.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.2.2
22+
flake8==2.3.0
2323

2424
# Used for mocking endpoints
2525
mock==1.0.1

0 commit comments

Comments
 (0)