Skip to content

refactor: rename vars to solve linter issues#26

Merged
devfle merged 2 commits intomainfrom
refactor/solve-lint-issues
Mar 30, 2026
Merged

refactor: rename vars to solve linter issues#26
devfle merged 2 commits intomainfrom
refactor/solve-lint-issues

Conversation

@devfle
Copy link
Copy Markdown
Owner

@devfle devfle commented Mar 30, 2026

No description provided.

@devfle devfle self-assigned this Mar 30, 2026
@devfle devfle requested a review from Copilot March 30, 2026 13:31
Copy link
Copy Markdown

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.

Pull request overview

This PR refactors GraphQL query-related variable names to better match naming conventions and address linter warnings.

Changes:

  • Renamed the yearly query fragment variable from TEMP_QUERY to temp_query.
  • Renamed the exported GraphQL query constant from QUERY to REQUEST_QUERY.
  • Updated the import and request payload in readme_level.py to use REQUEST_QUERY.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
readme_level.py Updates import and request JSON payload to use the renamed GraphQL query constant.
graphql_query.py Renames query variables/constants to align with naming conventions and reduce linter noise.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@devfle devfle merged commit 53f2cfe into main Mar 30, 2026
6 checks passed
@devfle devfle deleted the refactor/solve-lint-issues branch March 30, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants