Skip to content
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

Add mypy / pyright to a new CI for webapp tool #1563

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

arthurscchan
Copy link
Contributor

@arthurscchan arthurscchan commented Jun 12, 2024

This PR adds a new CI for running mypy and pyright tool on the webapp tool. It could helps to detect possible typing and formatting problems.

This PR aims to resolve #1560.

As this PR enforce a new checking on webapp, the code needed to be fixed. Thus this PR should only be merged in after #1564 #1565 #1566 #1567 #1568 #1569 #1570 #1577 are all merged in. These PRs fix the preliminary set of problems and bugs when applying this new CI.

@arthurscchan arthurscchan marked this pull request as ready for review June 12, 2024 14:37
@arthurscchan arthurscchan marked this pull request as draft June 12, 2024 14:37
@arthurscchan arthurscchan force-pushed the add-mypy-pyright-webapp branch 2 times, most recently from 0c2da44 to 0d1beef Compare June 12, 2024 14:45
@arthurscchan arthurscchan marked this pull request as ready for review June 12, 2024 14:45
@arthurscchan arthurscchan marked this pull request as draft June 12, 2024 15:48
.github/workflows/webapp-mypy.yml Fixed Show fixed Hide fixed
.github/workflows/webapp-mypy.yml Fixed Show fixed Hide fixed
.github/workflows/webapp-mypy.yml Fixed Show fixed Hide fixed
.github/workflows/webapp-mypy.yml Fixed Show fixed Hide fixed
.github/workflows/webapp-mypy.yml Dismissed Show dismissed Hide dismissed
.github/workflows/webapp-mypy.yml Dismissed Show dismissed Hide dismissed
@arthurscchan arthurscchan marked this pull request as ready for review June 13, 2024 14:46
@DavidKorczynski DavidKorczynski merged commit 7481982 into ossf:main Jun 13, 2024
6 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.

Add mypy to the webapp
2 participants