Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit e57813e

Browse files
Add a linter changes
1 parent 8907e10 commit e57813e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ To install development dependncies:-
1010
```bash
1111
pip install -r requirements.txt
1212
```
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.
2013
## Usage
2114

2215
```python

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ fredirc==0.3.0
2222
pdfminer.six==20181108
2323
chardet==3.0.4
2424
phonenumbers==8.10.6
25+
pre-commit>=1.14.4

0 commit comments

Comments
 (0)