Skip to content

Conversation

@hfudev
Copy link
Member

@hfudev hfudev commented May 7, 2025

No description provided.

@hfudev hfudev requested a review from Copilot May 7, 2025 12:51
@hfudev hfudev self-assigned this May 7, 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.

Pull Request Overview

This PR makes several minor fixes by updating configuration files across the project. Key changes include updates to linter and mypy configurations in pyproject.toml, environment and version upgrades in the Read the Docs configuration, adjustments to dependency listings in the pre-commit configuration, and updates to GitHub workflow runner versions and job names.

Reviewed Changes

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

Show a summary per file
File Description
pyproject.toml Removed an ignored lint rule and enabled untyped import following in mypy.
.readthedocs.yml Updated OS and Python version settings for documentation builds.
.pre-commit-config.yaml Removed several dependencies from the mypy hook configuration.
.github/workflows/test-esp-bool-parser.yml Updated runner versions and corrected a job name typo; added job dependency.
.github/workflows/test-build-docs.yml Simplified and updated Python setup steps in the build docs workflow.
Comments suppressed due to low confidence (2)

.github/workflows/test-esp-bool-parser.yml:36

  • The job name was corrected from 'basic-testest' to 'basic-test'. Please ensure that this updated job name is reflected wherever it is referenced.
basic-test:

.pre-commit-config.yaml:30

  • Dependencies for the mypy hook have been removed. Confirm that their removal does not affect the hook's ability to enforce the intended linting rules.
          - pydantic<2.6

@hfudev hfudev force-pushed the fix/small-fixes branch from 43b5ff0 to c283f17 Compare May 7, 2025 12:57
@github-actions
Copy link

github-actions bot commented May 7, 2025

Coverage

Coverage Report
FileStmtsMissCoverMissing
esp_bool_parser
   bool_parser.py1231885%49, 74, 77, 80, 92–106, 164, 169, 177, 181
   constants.py411368%19–20, 45–57
   soc_header.py684140%54–64, 77–82, 86–93, 97–138
   utils.py24292%76–77
TOTAL2637472% 

Tests Skipped Failures Errors Time
52 1 💤 0 ❌ 0 🔥 0.808s ⏱️

@hfudev hfudev merged commit 9f99d98 into main May 7, 2025
4 checks passed
@hfudev hfudev deleted the fix/small-fixes branch May 7, 2025 13:01
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