This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 7779ef53a343786b0b3b7edc57a22fd870929cda
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Jun 16 11:02:26 2024 +0200

    Update committer guide to indicate that black + isort need to run one
    the auto-generated code after scraping and updating the pricing data.
---
 docs/committer_guide.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst
index b8ad23d8b..5c2cbab7c 100644
--- a/docs/committer_guide.rst
+++ b/docs/committer_guide.rst
@@ -74,7 +74,7 @@ preparing a release.
 * Make sure ``CHANGES`` file is up to date
 * Make sure ``__version__`` string in ``libcloud/__init__.py`` is up to date
 * Make sure ``version`` and ``release`` in ``docs/conf.py`` are up to date
-* Update constants, pricing and other auto-generated data: ``tox -e 
scrape-ec2-sizes,scrape-ec2-prices``
+* Update constants, pricing and other auto-generated data: ``tox -e 
scrape-ec2-sizes,scrape-ec2-prices,black,isort``
 
 1. Pre-release check list
 ~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to