Skip to content

Commit b61de77

Browse files
committed
Freeze flake8 version
pyflakes version that is in flake8 >= 3.7.0 throws undefined name error on variable annotation. flake8 converts it to F821. Before we find the way how to deal with this issue, let us freeze flake8.
1 parent e0e7edb commit b61de77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = py27, py34, py35, py36, py37, flake8
33

44
[testenv:flake8]
55
basepython = python
6-
deps = flake8
6+
deps = flake8==3.6.0
77
commands = flake8 hcloud tests
88

99
[testenv]

0 commit comments

Comments
 (0)