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

Improve code quality #45

Closed
KTibow opened this issue Nov 3, 2020 · 0 comments
Closed

Improve code quality #45

KTibow opened this issue Nov 3, 2020 · 0 comments

Comments

@KTibow
Copy link
Contributor

KTibow commented Nov 3, 2020

You can help maintain standardized code quality by doing this:

  • Make sure Python is installed
  • Remove flake8 extensions that might interfere or use a venv
  • Install wemake-python-styleguide, flake8, flake8-html, isort, black with pip
  • Clone scheduler-component and cd it
  • Run this command: python3 -m flake8 --format html --htmldir report --inline-quotes double .

View the HTML report in scheduler-component/report.
Then fix issues and send a PR.

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

No branches or pull requests

2 participants