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
I see that mypy is listed as a dependency in the pyproject.toml
pyproject.toml
[tool.poetry.dependencies] mypy = "^1.4.1" # <-- Suggest moving to dev.dependencies [tool.poetry.group.dev.dependencies] mypy = "*" # <-- Suggest moving mypy here
Also, suggest moving everything from the section [tool.poetry.dev-dependencies] to [tool.poetry.group.dev.dependencies].
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
If you want a PR, please let me know.
I have not checked if you actually use mypy in your code.
The text was updated successfully, but these errors were encountered:
Great point, feel free to contribute
Sorry, something went wrong.
folt
josteinl
Successfully merging a pull request may close this issue.
I see that mypy is listed as a dependency in the
pyproject.toml
Also, suggest moving everything from the section
[tool.poetry.dev-dependencies]
to[tool.poetry.group.dev.dependencies]
.If you want a PR, please let me know.
I have not checked if you actually use mypy in your code.
The text was updated successfully, but these errors were encountered: