IndianOpenSourceFoundation / dynamic-cli

A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI
https://pypi.org/project/dynamic-cli/
GNU General Public License v3.0
169 stars 120 forks source link

Add the pylint linter workflow #196

Open metabiswadeep opened 1 year ago

metabiswadeep commented 1 year ago

🚀 Feature

Add the pylint linter workflow to ensure proper and uniform linting of the codebase.

Have you read the Contributing Guidelines on Pull Requests?

Yes

Motivation

Implementation of a pylint linter workflow will help to ensure proper and uniform linting of the codebase.

Pitch

As a project with multiple users contributing to it, it is essential to maintain a proper linting style to ensure better code readability by users. An excellent way to do this is by automatic linting checks using GitHub actions. So, I would propose adding the pylint linter workflow to ensure proper and uniform linting of the codebase.

I would like to work on this feature as a part of GSSoC 23.