ubsuny / 23-Homework4G3

Apache License 2.0
0 stars 11 forks source link

Pylint workflow not working #70

Open reshnashrestha opened 11 months ago

reshnashrestha commented 11 months ago

image I Just checked it and it seems there are lots of errors as per code format. Here is brief explanation that how pylint works: Pylint is a tool commonly used in the Python programming community to perform static code analysis. It checks your Python code for errors, enforces a coding standard, looks for code smells, and can also offer simple refactoring suggestions.