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
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
20224:0: ' complex_fun' 12
@@ -39,4 +41,12 @@ pylint ./test.py
3941
4042``` shell
4143sh ./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 11mccabe == 0.7.0
22path.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