-
Notifications
You must be signed in to change notification settings - Fork 5
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
upgrade to mypy action v0.15.0 #257
Merged
Merged
Changes from 3 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
246dad7
upgrade to mypy action v0.15.0
jtherrmann 91a8e0c
revert addition of -e . to pip requirements
jtherrmann 82bb554
exclude conftest from mypy
jtherrmann d7dc3f6
add `tests/__init__.py`
jtherrmann 30dff60
fix mypy errors
jtherrmann 275fc12
changelog
jtherrmann 1ecff5b
ruff
jtherrmann 1af3393
pin boto3
jtherrmann f7c2707
Merge branch 'develop' into update-mypy-options
jtherrmann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | ||
|
||
call-mypy-workflow: | ||
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.14.0 | ||
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.15.0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium