cannot show the running tox -e pylint command

https://docs.openstack.org/sahara/latest/contributor/development-environment.html

Change-Id: I04fbaa0d69c92da0c8b764d64b848121f82f86f8
This commit is contained in:
qiufossen 2022-09-07 12:05:57 +08:00
parent c943f4a510
commit 4ac54de863
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ Note that the ``~/.pip/cache`` folder should be created manually.
Just add the following lines to .git/hooks/pre-commit and do chmod +x for it.
.. sourcecode:: console
.. sourcecode::
#!/bin/sh
# Run fast checks (PEP8 style check and PyFlakes fast static analysis)
@ -126,6 +126,6 @@ and tests (tox -epy27).
Just run the following command
.. sourcecode:: console
.. sourcecode::
tox -e pylint