-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Annotate core functions and remove sphinx style argument types #205
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
3337552
Annotate core functions and remove sphinx style argument types
tonybaloney 0beb2e1
Tidy up
tonybaloney 887794d
Fix type annotations on config object
tonybaloney aebc4a0
Remove variable reuse
tonybaloney 5d2bd52
Add missing import for raw operator. Add pyright task
tonybaloney 97e3d64
Be more explicit with the git command args to detect the overload
tonybaloney 6e4cf11
Install dependencies. Fix potentially (although unreachable) unbound …
tonybaloney 5ff9573
Patch mock git function
tonybaloney 9b354f3
Annotate metrics and state modules. Pin gitpython since the arguments…
tonybaloney d1de047
Update pytest-cov
tonybaloney 8a4087e
Start annotation of cache config and state modules
tonybaloney 214d059
Annotate all of cache module
tonybaloney ecb8be5
fix types for archivers
tonybaloney 72e8de1
use generics for base types and named tuples
tonybaloney f0a62ea
add missing docstrings
tonybaloney 558c938
de-dataclass
tonybaloney abd41e2
reformat
tonybaloney 1bd32b6
reformat
tonybaloney a7d5eb1
use abstract methods
tonybaloney 036932e
remove unused import
tonybaloney 2816e55
fix list-metrics command
tonybaloney 9e5223d
Refactor wily config into submodule to reduce cyclical imports
tonybaloney 8ca3cae
Move defaults into separate submodule
tonybaloney 6551a4a
Update git imports
tonybaloney d2b93f0
Force tabulate range
tonybaloney 876f525
Fix a bug in the archiver fallback sequence
tonybaloney 5ddc780
Cleanup temp paths
tonybaloney 17b7946
Update mypy call
tonybaloney 5725932
Don't use argument cls in generics, not supported in Python 3.7,3.8
tonybaloney 08a201d
Update metric type field name
tonybaloney 7d068aa
Update list_metrics
tonybaloney 0daa91a
Update some missing return values, remove more docstring types
tonybaloney 477dd77
Add missing import
tonybaloney 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
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
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
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
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
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some typing information remains in the above docstring and that on find().