Add interactive template with python environment selector

This commit is contained in:
Benoît Seignovert 2024-01-30 16:15:18 +01:00
parent 494ba17aaf
commit dea39b9462
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
5 changed files with 105 additions and 43 deletions

View file

@ -58,6 +58,9 @@ quote-style = "single"
inline-quotes = "single"
docstring-quotes = "double"
[tool.ruff.lint.pydocstyle]
convention = "numpy"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"