You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,23 @@ Install the Python Package **requirementsDocuBuild.txt** from [itom](https://git
11
11
* If there are new plugin copy the ``*.rst`` file from [plugin](https://github.com/itom-project/plugin) source repository to ``../mainsite_hidden/source_plugins/``
12
12
* Start ITOM (As Admin)
13
13
14
+
pre-commit hooks
15
+
----------------
16
+
17
+
After the first cloning of the repositories, the [pre-commit](https://pre-commit.com/"pre-commit") hooks should be installed once.
18
+
19
+
```bash
20
+
python -m pre_commit install
21
+
```
22
+
23
+
#### (optional) run against all files
24
+
25
+
It's usually a good idea to run the hooks against all of the files when adding new hooks (usually ``pre-commit`` will only run on the changed files during git hooks).
0 commit comments