Skip to content

Commit eb67b0a

Browse files
committed
update
1 parent 491b908 commit eb67b0a

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

pylinter/output.png

56.9 KB
Loading

pylinter/readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Pylint is a static code analysis tool for the Python programming language
66

77
- Make sure Python 3 is installed in your system
88

9+
## Setup instructions
10+
911
- Kindly install the system dependencies using the below command,
1012

1113
```shell
@@ -14,7 +16,7 @@ pip install -r requirements.txt
1416

1517
## Running pylinter
1618

17-
```
19+
```shell
1820
# before
1921
$ python -m mccabe foo/bar.py -m 10
2022
4:0: 'complex_fun' 12
@@ -39,4 +41,12 @@ pylint ./test.py
3941

4042
```shell
4143
sh ./init.sh
42-
```
44+
```
45+
46+
## Output
47+
48+
output.png
49+
50+
## Author(s)
51+
52+
Divakar R

pylinter/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mccabe==0.7.0
22
path.py==12.5.0
3-
pylint==2.15.3
3+
pylint==2.15.3
4+
pycodestyle==2.9.1

0 commit comments

Comments
 (0)