-
Notifications
You must be signed in to change notification settings - Fork 1
chore: Maintenance updates #11
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 6 changed files in this pull request and generated 2 comments.
Files not reviewed (4)
- .editorconfig: Language not supported
- .gitattributes: Language not supported
- .vscode/extensions.json: Language not supported
- .vscode/settings.json: Language not supported
Comments suppressed due to low confidence (3)
main.py:12
- The call to file.close() is redundant when using the 'with open' statement. It can be removed.
file.close()
README.md:4
- The word 'finanical' should be 'financial'.
A beginner's guide to setting up and using the [Stock Indicators for Python](https://python.stockindicators.dev) library for financial market analysis.
README.md:199
- [nitpick] The date 'January 2025' should be 'January 2024' for consistency with the rest of the document.
-- @DaveSkender, January 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 8 changed files in this pull request and generated no comments.
Files not reviewed (4)
- .editorconfig: Language not supported
- .gitattributes: Language not supported
- .vscode/extensions.json: Language not supported
- .vscode/settings.json: Language not supported
Comments suppressed due to low confidence (2)
main.py:1
- [nitpick] The comment style on this line is inconsistent with the rest of the comments. Consider using a consistent comment style throughout the code.
"""Hello indicators!""" # calculate a Simple Moving Average (SMA)
.github/workflows/lint-code.yml:10
- The removal of Python 3.9 from the test matrix might be unintentional. Ensure that dropping support for Python 3.9 is intended.
python-version: ["3.8", "3.10", "3.12"]
Quick refresh on this content