-
Notifications
You must be signed in to change notification settings - Fork 11
Add mypy description to cookiecutter, deprecate circle ci #72
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
Conversation
jumcorredorro
commented
Jul 7, 2022
- Add Mypy description to cookiecutter as a stage in pre-commit and github actions.
- Deprecate circle ci description
python/cookiecutter-django.md
Outdated
| ### GitHub Workflow | ||
| 1. Create the path `.github/workflows` and inner it the file `python-app.yml` with the following content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Say that the file can have any name as long is in this folder
|
|
||
| ### [mypy](https://mypy.readthedocs.io/en/stable/) | ||
| *NOTE: By default, this package is already installed but it is NOT a stage added to pre-commit or Github Actions.* | ||
| Adding this typing hint check library to pre-commit or GitHub Workflow Actions is optional, it depends on your project scope. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make a reference to what you already wrote of typining
|
|
||
| </details> | ||
|
|
||
| If you want to check the Github Wokflow configuration please take a look at this [section](#github-workflow) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add an example of local execution of the command