-
Notifications
You must be signed in to change notification settings - Fork 44
Update Github actions config to use Pipenv to run tests and linter #69
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 4 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
8a35a81
Use pipenv for ci
samwelkanda 893b2a8
Add github action workflow status badge
samwelkanda 1d29e98
Fix github action workflow status badge
samwelkanda 86deb70
Install dev dependencies during CI
samwelkanda 400c0c9
Remove unnecessary ignore venv
samwelkanda c424d9a
Bump pylint to version 2.6.0
samwelkanda 214e35c
Add isort for sorting python module imports
samwelkanda e9b50ac
Run isort to fix import structure
samwelkanda 76f3772
Add yaof for automatic code formatting
samwelkanda fb306d5
Run yapf to autoformat code to pep8 standards
samwelkanda d306e2e
Add mypy for static type checking
samwelkanda cfe6181
Fix issues raised by mypy and isort
samwelkanda e86c79b
Ignore pylint errors related to type annotation format
samwelkanda 90d9f7c
Remove type annotations not compatible with older versions of python
samwelkanda c89e7d3
Add formatting config for vscode
samwelkanda a1f003b
Add hooks for code checking on commit
samwelkanda 9a95e92
Fix format conflicts
samwelkanda 066be4a
Add import order and code format checks to CI
samwelkanda 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
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.
This shouldn't be necessary, we don't a venv folder.
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.
Right.