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

Implement code quality best practices #7

Closed
eld120 opened this issue Jan 22, 2022 · 1 comment
Closed

Implement code quality best practices #7

eld120 opened this issue Jan 22, 2022 · 1 comment

Comments

@eld120
Copy link
Owner

eld120 commented Jan 22, 2022

As a new team we would like to implement a set of code standards to maximize code quality in our effort to find/correct bugs and maximize code readability so that contributors can minimize stress and maximize productivity.

@eld120
Copy link
Owner Author

eld120 commented Jan 22, 2022

Fairly long winded but I'm adopting django-cookiecutter's code quality suggestions:

  • mypy
  • flake8
  • coverage
  • isort
  • black
  • pre-commit

The purpose of this change is to ensure that all commits adhere to PEP8 code formatting prior to submitting any git commit. It's also worthwhile to familiarize myself with all of these seemingly common packages before jumping into other projects that likely use some if not all of them.

Current status: get pre-commit to work for the first time

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

1 participant