Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 Clean and format Python code properly #464

Merged
merged 11 commits into from
Oct 26, 2021
Merged

🎨 Clean and format Python code properly #464

merged 11 commits into from
Oct 26, 2021

Conversation

alvarobartt
Copy link
Owner

🎨 This PR basically addresses the problem with the Python code written for investpy, as no standards were being used (or at least not in a super-serious way!). So on, the .pre-commit-config.yaml and setup.cfg configuration files have been included so as to ensure that the package is compliant with flake8, black, and isort, following the best Python practices.

🔥 Additionally, this PR also addresses some problems with extra files, files that were not used, etc.

🎉 All of this has been done so as to reduce the complexity of the package, since we're moving towards a simpler, cleaner, and better version of investpy for the upcoming v2.0 release which will be huge!

@alvarobartt alvarobartt added improvement Something needs to be improved hacktoberfest-2021 For issues and PRs to be tackled during Hacktoberfest 2021 labels Oct 26, 2021
@alvarobartt alvarobartt self-assigned this Oct 26, 2021
@alvarobartt alvarobartt added this to the investpy v1.0.8 milestone Oct 26, 2021
@alvarobartt alvarobartt merged commit 250eabb into master Oct 26, 2021
@alvarobartt alvarobartt deleted the format branch October 26, 2021 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-2021 For issues and PRs to be tackled during Hacktoberfest 2021 improvement Something needs to be improved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant