Skip to content

Commit d6b188d

Browse files
committed
chore(dev_requirements): upgrade flake8 to 3.2.1
See http://flake8.pycqa.org/en/latest/release-notes/index.html
1 parent 7bb769f commit d6b188d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setup-venv:
1616
test: test-style test-functional
1717

1818
test-style:
19-
cd rootfs && flake8 --show-pep8 --show-source --config=setup.cfg .
19+
cd rootfs && flake8 --show-source --config=setup.cfg .
2020

2121
test-functional:
2222
@echo "Implement functional tests in _tests directory"

rootfs/dev_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
flake8==2.5.4
2-
1+
flake8==3.2.1

0 commit comments

Comments
 (0)