Skip to content

Conversation

@DaveSkender
Copy link
Member

Quick refresh on this content

@DaveSkender DaveSkender requested a review from Copilot January 2, 2025 06:41
@DaveSkender DaveSkender self-assigned this Jan 2, 2025
Copy link

Copilot AI left a 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

@DaveSkender DaveSkender requested a review from Copilot January 2, 2025 07:05
Copy link

Copilot AI left a 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"]

@DaveSkender DaveSkender merged commit f5c28d6 into main Jan 2, 2025
7 checks passed
@DaveSkender DaveSkender deleted the maintenance-updates branch January 2, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants