Skip to content

fix: adds pycodestyle lint checks in the repo

Sandeep Dubey requested to merge DubeySandeep/add-pycodestyle into master

Description: Pylint doesn't provide checks for "blank lines", we are introducing pycodestyle in the codebase to fulfill the missing lint check requirements.

Alternative: Write our own custom-pylint check. [Discarded as it will take more time to write and maintenance cost.]

This MR fixes #66 (closed)

Edited by Sandeep Dubey

Merge request reports