[PYTHON] Run Pylint and read the results

Try applying Pylint to the following source code.

A = 10

print(A)

The execution command is as follows. It seems that you can prevent unnecessary logs from being output by adding -rn.

pylint -rn test.py

The execution result is as follows.

************* Module test
test.py:1:0: C0111: Missing module docstring (missing-docstring)

-------------------------------------------------------------------
Your code has been rated at 5.00/10 (previous run: 10.00/10, -5.00)

It was 5.00/10 points. I was angry without the docstring. It seems to be reliable to use as a basis for source code quality, but it seems difficult to aim for 100 points. .. ..

Recommended Posts

Run Pylint and read the results
Until you install Caffe and run the sample
I read and implemented the Variants of UKR
Run the flask app on Cloud9 and Apache Httpd
Read the OpenCV documentation
Read the csv file and display it in the browser
Until you install Gauge and run the official sample
Edit the config file and run docker-compose up (Django + MySQL ④)
Save the pystan model and results in a pickle file
Read the function name from the DB and execute it dynamically
[Python] Read the csv file and display the figure with matplotlib
Read the VTK file and display the color map with jupyter.
Read and write csv file
Read the keras mnist sample
Read and write a file
Reuse the results of clustering
Write and read a file
Touch the mock and stub
I read the SHAP paper
[Python] df Read and do the first memo (NaN confirmation etc.)
Read the image of the puzzle game and output the sequence of each block
The story of running python and displaying the results without closing vim
Create custom Django commands and run them from the command line
Until you build the environment with ABCI and run MaskTrack RCNN