Skip to content

Commit 1e3c7de

Browse files
committed
[chore] Introduce pre-commit check
* [chore] Introduce pre-commit check
1 parent c407b55 commit 1e3c7de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Install Sphinx and other dependencies.
44

55
```bash
6-
pip install -r requirements.txt
6+
pip install -r requirements.txt && pre-commit install
77
```
88

99
2. Build the documentation and watch the change lively

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
myst_parser
2+
pre-commit==4.2.0
23
pydata-sphinx-theme
34
sphinx==6.2.1
45
sphinx_copybutton==0.5.2

0 commit comments

Comments
 (0)