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
mypy
There is no option to "select" mypy in the TUI as mypy is not listed under "multiple-choices" -
scicookie/src/scicookie/profiles/base.yaml
Lines 116 to 131 in 03377b0
hence, mypy is added to the created project by default (as the default answer is "yes" in cookiecutter.json -
cookiecutter.json
scicookie/src/scicookie/cookiecutter.json
Line 61 in 03377b0
There could be 2 fixes here -
use_mypy
What should be done here?
$ scicookie
The text was updated successfully, but these errors were encountered:
py.typed
🎉 This issue has been resolved in version 0.5.0 🎉
The release is available on:
0.5.0
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
There is no option to "select"
mypy
in the TUI asmypy
is not listed under "multiple-choices" -scicookie/src/scicookie/profiles/base.yaml
Lines 116 to 131 in 03377b0
hence,
mypy
is added to the created project by default (as the default answer is "yes" incookiecutter.json
-scicookie/src/scicookie/cookiecutter.json
Line 61 in 03377b0
There could be 2 fixes here -
mypy
to always be added, then we can simply get rid of all theuse_mypy
instances.What should be done here?
What I Did
The text was updated successfully, but these errors were encountered: