We contentedly announce the release of: hacking 3.1.0: OpenStack Hacking Guideline Enforcement The source is available from: https://opendev.org/openstack/hacking Download the package from: https://pypi.org/project/hacking For more details, please see below. Changes in hacking 3.0.1..3.1.0 ------------------------------- e664ef4 Enable flake8 3.8.* Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 019aa69..2883078 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -flake8<3.8.0,>=3.6.0 # MIT +flake8<3.9.0,>=3.6.0 # MIT