Skip to content

Commit b4ffe01

Browse files
authored
Merge pull request #373 from wwwjfy/flake8-hotfix
fix false warning by flake8 3.6.0
2 parents c08698c + c645f64 commit b4ffe01

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)