-
Notifications
You must be signed in to change notification settings - Fork 24
chore: make full CDK codebase compliant with mypy
#105
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
55f6b4f
run mypy on all files, including unchanged
aaronsteers 4d48d3f
fix mypy syntax
aaronsteers d3ea724
chore: `poetry add --dev types-requests`
aaronsteers 3b9b389
chore: `poetry add --dev types-python-dateutil`
aaronsteers 69fc701
chore: `poetry add --dev types-PyYaml`
aaronsteers f168266
chore: replace deprecated `deprecated` refs with PEP 702 `deprecated`
aaronsteers 9c27d7e
chore: add missing cachetools stubs
aaronsteers 9b08030
chore: remove unused `Deprecated` dependency
aaronsteers f54eb7c
chore: fix orjson imports
aaronsteers 8202ce5
chore: misc mypy typing fixes
aaronsteers 7e50af9
ci: remove stale if condition
aaronsteers 5c65b46
fix deprecated syntax
aaronsteers e02629f
Merge branch 'main' into aj/chore/make-mypy-compliant
aaronsteers 70bda72
chore: deprecated decorator readability and syntax fixes
aaronsteers 22afbf6
allow unquoted class name via future annotations
aaronsteers df00054
fix test expecting ValueError
aaronsteers d7d1fda
add future annotations import
aaronsteers 192e905
chore: pr review and cleanup
aaronsteers 93e4534
more noqas
aaronsteers 7f05353
fix inadvertent tuple
aaronsteers 65dae78
add mypy target directory
aaronsteers 92e6994
ci: remove non-interactive flag
aaronsteers 3eff135
chore: fix or noqa remaining mypy issues (now 100% pass)
aaronsteers d68ac34
chore: fix mypy task in poe
aaronsteers 59d585e
chore: fix type: `set[str]` instead of `Template`
aaronsteers 40f9bca
revert: undo added guard statement
aaronsteers c8c0ef4
revert: undo added guard statement (2)
aaronsteers c29447c
add missing noqas
aaronsteers 39d66af
remove unused type ignores
aaronsteers d3c2d10
ci: comment-out source-s3 and destination-pinecone
aaronsteers b77d957
ci: fix skip indicator
aaronsteers 72d3e44
Merge branch 'main' into aj/chore/make-mypy-compliant
aaronsteers 763ad95
Merge branch 'main' into aj/chore/make-mypy-compliant
aaronsteers eb2ea3c
comment-out deprecated decorator in "hot" codepath, with link to foll…
aaronsteers b62f634
comment-out flaky chargebee test
aaronsteers 6873151
update from `main`
aaronsteers bd2e5af
add deprecated notice to docstring
aaronsteers 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 hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.