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
{{ message }}
This repository was archived by the owner on Aug 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/README.md
-7
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,6 @@ To install development dependncies:-
10
10
```bash
11
11
pip install -r requirements.txt
12
12
```
13
-
To install pre-commit package manager for linting support using pip:-
14
-
15
-
$ pip install pre-commit
16
-
17
-
or
18
-
Run $pre-commit install to install pre-commit into your git hooks.
19
-
pre-commit will now run on every commit. Every time you clone a project using pre-commit running pre-commit install should always be the first thing you do.
0 commit comments