Toggle allowing invalid package name chars #208
Labels
enhancement
New feature or request
GH Workflows
Issue/PR related to the callable workflows
pre-commit hooks
Issue/PR related to pre-commit hooks
priority/medium
Medium priority issue/PR
While mostly not a desired thing, in some cases it would be good to be able to allow otherwise invalid characters for package names for the hooks and callable workflows that try to update the dependencies in a
pyproject.toml
file.This issue was first reported in a cookiecutter template repository: EMMC-ASBL/oteapi-plugin-template#205, where the package name is a cookiecutter variable, i.e., of the type
{{ cookiecutter.some_variable }}
.The text was updated successfully, but these errors were encountered: