We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be595ae commit e6f4a40Copy full SHA for e6f4a40
docs/contribute/__install_pre_commit.md
@@ -14,19 +14,12 @@
14
$ sudo dnf install python39-3.9.7
15
```
16
17
-2. Create a venv and activate it
18
-
19
- ```
+2. Create a venv and activate it <pre> <code>
20
$ /usr/bin/python3.9 -m venv ~/.venv/pre-commit
21
22
- <BR>
23
24
$ . ~/.venv/pre-commit/bin/activate
25
+ </code></pre>
26
27
-3. Install pre-commit
28
29
- <pre> <code>
+3. Install pre-commit <pre> <code>
30
$ pip install --upgrade pip
31
$ pip install pre-commit
32
</code></pre>
0 commit comments