File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Pylint is a static code analysis tool for the Python programming language
6
6
7
7
- Make sure Python 3 is installed in your system
8
8
9
+ ## Setup instructions
10
+
9
11
- Kindly install the system dependencies using the below command,
10
12
11
13
``` shell
@@ -14,7 +16,7 @@ pip install -r requirements.txt
14
16
15
17
## Running pylinter
16
18
17
- ```
19
+ ``` shell
18
20
# before
19
21
$ python -m mccabe foo/bar.py -m 10
20
22
4:0: ' complex_fun' 12
@@ -39,4 +41,12 @@ pylint ./test.py
39
41
40
42
``` shell
41
43
sh ./init.sh
42
- ```
44
+ ```
45
+
46
+ ## Output
47
+
48
+ output.png
49
+
50
+ ## Author(s)
51
+
52
+ Divakar R
Original file line number Diff line number Diff line change 1
1
mccabe == 0.7.0
2
2
path.py == 12.5.0
3
- pylint == 2.15.3
3
+ pylint == 2.15.3
4
+ pycodestyle == 2.9.1
You can’t perform that action at this time.
0 commit comments