We enthusiastically announce the release of: openstack-doc-tools 3.3.1: Tools for OpenStack Documentation The source is available from: https://opendev.org/openstack/openstack-doc-tools Download the package from: https://tarballs.openstack.org/openstack-doc-tools/ For more details, please see below. Changes in openstack-doc-tools 3.3.0..3.3.1 ------------------------------------------- d14b09d Update CI to use unversioned jobs template 9d81e2f Move flake8 as a pre-commit local target. bc5023a Dropping lower constraints testing 3c9dac5 Use TOX_CONSTRAINTS_FILE 31c0b19 Use py3 as the default runtime for tox e33745b Use Python 3.8 as the default runtime for tox fbe3f2f Adding pre-commit Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 39 +++++++++++++++++++++++++++++++++++++++ .zuul.yaml | 3 +-- sitemap/transform-sitemap.xslt | 6 +++--- test-requirements.txt | 2 ++ tox.ini | 6 +++--- 6 files changed, 50 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a96ceeb..d63b7f7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,0 +16,2 @@ stestr>=2.0.0 # Apache-2.0 + +pre-commit>=2.6.0 # MIT