We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some python project best practices
requirements.txt
pyproject.toml
black
isort
pylama
mypy
pytlint
unittest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some python project best practices
requirements.txt
. It allows developers to quickly install all needed dependencies for this project (see an example in oresat-c3-software)pyproject.toml
withblack
,isort
,pylama
,mypy
,pytlint
configs (can mostly copy from oresat-c3-software)pylama
and fix all issuesblack
andisort
black
,isort
,unittest
,pylama
, etcThe text was updated successfully, but these errors were encountered: