CarlosOliveira1988 / Investment_Portfolio_Analysis

This repository is useful to perform some financial analysis in Investment Portfolio
4 stars 0 forks source link

Include a Python linter #8

Closed cezaroliveira closed 3 years ago

cezaroliveira commented 3 years ago

Is your feature request related to a problem? Please describe. Without a linter the bugs, code smells and style errors occurs frequently.

Describe the solution you'd like Using linter help us to standardize the code style with good programming practices in the same time that we avoid bugs, code smells, style errors, etc.

Describe alternatives you've considered N/A.

Additional context Linters are used for catching errors while formatters to fix code style.

cezaroliveira commented 3 years ago

After read this article, I think that Pylama is the most complete tool coveraging either linter and formatter tools.

Pylama is a code audit tool composed of a large number of linters and other tools for analyzing code. It combines the following: