We are stoked to announce the release of: hacking 4.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 4.0.0..4.1.0 ------------------------------- dfb09fb Allow hacking to be used as a pre-commit hook f56b276 Enable py39 testing with hacking bb71c72 Add useful project links to metadata 11fef20 Drop lower bound testing 65eee97 Changed minversion in tox to 3.18.0 5cfcdbc Updating lower-constarints job as non voting b921c4d Add H216 to flag use of third party mock 4069b0c Add separate releasenotes page per version Diffstat (except docs and test files) ------------------------------------- .pre-commit-hooks.yaml | 12 ++++++++++ .zuul.yaml | 3 +-- HACKING.rst | 18 +++++++++++++++ hacking/checks/mock_checks.py | 35 ++++++++++++++++++++++++++++ lower-constraints.txt | 30 ------------------------ releasenotes/source/index.rst | 5 ++++ releasenotes/source/v1.0.0.rst | 6 +++++ releasenotes/source/v1.1.0.rst | 6 +++++ releasenotes/source/v2.0.0.rst | 6 +++++ releasenotes/source/v3.0.0.rst | 6 +++++ releasenotes/source/v4.0.0.rst | 6 +++++ setup.cfg | 7 ++++++ test-requirements.txt | 1 - tox.ini | 14 ++++------- 16 files changed, 150 insertions(+), 44 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c52331a..dd21ce5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +5,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=3.0.0 # BSD