Skip to content

Commit c645f64

Browse files
committed
fix false warning by flake8 3.6.0
pycodestyle which is contained in flake8 3.6.0 has an issue with syntax `await (await async_func())`. The issue was filed as PyCQA/pycodestyle#811
1 parent feba752 commit c645f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python =
99

1010
[testenv:flake8]
1111
basepython=python
12-
deps=flake8
12+
deps=flake8==3.5.0
1313
commands=flake8 gino
1414

1515
[testenv]

0 commit comments

Comments
 (0)