Skip to content

Conversation

@horw
Copy link
Collaborator

@horw horw commented Jan 7, 2025

Description

There is exception for mypy

mypy.....................................................................Failed
- hook id: mypy
- exit code: 1
idf_build_apps/manifest/manifest.py:9: error: Skipping analyzing "esp_bool_parser": module is installed, but missing library stubs or py.typed marker  [import-untyped]
idf_build_apps/manifest/manifest.py:10: error: Skipping analyzing "esp_bool_parser.bool_parser": module is installed, but missing library stubs or py.typed marker  [import-untyped]
idf_build_apps/manifest/__init__.py:8: error: Skipping analyzing "esp_bool_parser": module is installed, but missing library stubs or py.typed marker  [import-untyped]
idf_build_apps/manifest/__init__.py:8: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Found 3 errors in 2 files (checked 1 source file)

Added py.typed file to package

Related

Testing


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

@horw horw requested a review from hfudev January 7, 2025 06:31
@github-actions
Copy link

github-actions bot commented Jan 7, 2025

Coverage

Coverage Report
FileStmtsMissCoverMissing
esp_bool_parser
   bool_parser.py1233175%49, 73–106, 127, 130, 157–164, 169, 177, 181
   constants.py411368%19–20, 45–57
   soc_header.py684140%54–64, 77–82, 86–93, 97–138
   utils.py11373%21, 25–26
TOTAL2468864% 

Tests Skipped Failures Errors Time
49 0 💤 0 ❌ 0 🔥 0.602s ⏱️

@hfudev hfudev merged commit 441e070 into main Jan 7, 2025
4 checks passed
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.

3 participants