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

CI and code formatting: add isort and flake8 checks to CI pipeline #72

Merged
merged 7 commits into from
Feb 22, 2021

Conversation

priitlatt
Copy link
Contributor

Implement automatic code In order to make code review process easier.

Added two automatic checks to CI pipeline:

  • flake8 code fromatting checks with flake8_quotes, flake8_commas and pep8-naming extensions,
  • isort imports ordering checks.

Existing codebase was updated with minimal changes to pass the checks.

@priitlatt
Copy link
Contributor Author

@priitlatt priitlatt merged commit cec2f55 into master Feb 22, 2021
@priitlatt priitlatt deleted the formatting/isort-and-flake8-checks branch February 22, 2021 15:20
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.

2 participants