-
Notifications
You must be signed in to change notification settings - Fork 20
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
Hypermodern python setup #18
Labels
enhancement
New feature or request
Comments
Merged
Merged
oncleben31
added a commit
that referenced
this issue
Jul 27, 2020
Migrate to Poetry. Contribute to #18
Not fully processed |
oncleben31
added a commit
that referenced
this issue
Jul 29, 2020
To ensure code formatting consistencies and identify early potential bug or security issues. Participate to #18 * Add pre-commit in dev dependencies * Migrate lint check in pre-commit It will allow to use the pre-commit hook in the future. * Fix typo in documentation * Add pre-commit-hooks in dev dependencies * Add balck in dev dependencies * Add black in pre-commit conf * Add black in lint Nox session * Add pre-commit-hooks checks * Fix end of files * Add reorder_python_imports in dev dependencies * Add reorder-python-imports check * Reorder all imports with nox * Add flake8-bugbear in dev dependencies * Add flake8-bugbear in pre-commit nox session * Add flake8-bandit in dev dependencies * Add flake8-bandit in pre-commit nox session * Add safety in dev dependencies * Add safety in nox sessions * Add pep8-naming in dev dependencies * Add pep8-naming check in pre-commit nox session * Remove old lint session in Nox * Add prettier in pre-commit config * Change var variable name to be compliant with pep8 R -> radius * Fix formatting by prettier * Update contributing documentation about pre-commit
This was referenced Oct 3, 2020
Merged
CI/CD done partially. Need to check the documentation build automation. But have to wait for the merge of #33 before. |
This was referenced Oct 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Development environment setting rely on lot of manual tasks. Same thing for tests and linting.
Describe the solution you'd like
Apply the best practice from Hypermodern Python blog posts based on
poetry
andnox
.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: