Set safe version of hacking

Versions of hacking from 3.1.0 until 4.0.0 NOT included are supposed
to require a safe version of flake8, so besides normale issues related
to minor version upgrades, we can safely use those versions.
Also forcing pycodestyle versions to be compatible with flake8 installed
by hacking.

Change-Id: Ibcfe45c0618b17796c47296c018e5b6c650edf82
This commit is contained in:
Riccardo Pittau 2020-10-15 16:20:33 +02:00
parent f91033cae0
commit 6e27fe156e
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@ oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
# linters
hacking>=3.1.0,<3.2.0 # Apache-2.0
hacking>=3.1.0,<4.0.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
pycodestyle>=2.0.0,<2.7.0 # MIT
# docs
sphinx>=2.0.0,!=2.1.0 # BSD