Skip to content

Commit cfc08d6

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 ffa66e7 commit cfc08d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test-check:
6060
cd rootfs && python manage.py check
6161

6262
test-style:
63-
cd rootfs && flake8 --show-pep8 --show-source
63+
cd rootfs && flake8 --show-source
6464
${SHELLCHECK_PREFIX} $(SHELL_SCRIPTS)
6565

6666
test-unit:

rootfs/dev_requirements.txt

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

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

77
# code coverage report at https://codecov.io/github/deis/workflow
88
codecov==2.0.5

0 commit comments

Comments
 (0)