From 5bf31b1e904006026a61c63c730c68e8bf7cdc9f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:13:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 314be84..dcdab25 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ By placing collections into the python site-packages directory they are discover ## Usage ### Setting up a development environment + ``` $ git clone $ cd collection_repo @@ -35,6 +36,7 @@ INFO Symlinking /home/bthornto/github/ansible.scm/venv/lib64/python3.11/site ``` ### Tearing down the development environment + ``` $ pipc uninstall ansible.scm INFO Found collection name: ansible.scm from /home/bthornto/github/ansible.scm/galaxy.yml. @@ -82,7 +84,8 @@ Usage: pipc install -e .[test] python -m pipc install ansible.utils ``` -``` + +```` $ pipc uninstall --help usage: pipc uninstall [-h] collection_specifier @@ -96,4 +99,5 @@ Usage: pipc install . pipc install -e . pipc install -e .[test] - python -m pipc install ansible.utils``` \ No newline at end of file + python -m pipc install ansible.utils``` +````