File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,18 @@ Here is a simple overview below:
73
73
If you need some help with Git, follow this quick start
74
74
guide: https://git.wiki.kernel.org/index.php/QuickStart
75
75
76
+ #. Install `pre-commit <https://pre-commit.com >`_ and its hook on the client-Python repo:
77
+
78
+ **Note: pre-commit must be installed as admin, as it will not function otherwise **::
79
+
80
+ $ pip install --user pre-commit
81
+ $ pre-commit install
82
+
83
+ Afterwards ``pre-commit `` will run whenever you commit.
84
+
85
+ https://pre-commit.com/ is a framework for managing and maintaining multi-language pre-commit hooks
86
+ to ensure code-style and code formatting is consistent.
87
+
76
88
#. Install tox
77
89
78
90
Tox is used to run all the tests and will automatically setup virtualenvs
You can’t perform that action at this time.
0 commit comments