Bump hacking min version to 3.0.1

hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new
version with new checks.

bumping the min version for hacking so that any older hacking versions
which auto adopt the new checks are not used.

Change-Id: I8189569f3f9f770bf623fabbdee2ef5dc0554d84
This commit is contained in:
likui 2020-10-28 15:48:38 +08:00
parent aec572793c
commit bbbab444f5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ commands =
coverage xml -o cover/coverage.xml
[testenv:pep8]
deps = hacking>=3.0,<=3.1.0
deps = hacking>=3.0.1,<=3.1.0
doc8
commands =
flake8