Skip to content

Commit

Permalink
fix: use underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
AJDERS committed Nov 30, 2023
1 parent 43b2fdf commit 95fb36a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"open_source": "Is this a public open source project? [y/N]",
"python_version": "Your Python version, written as 3.xx",
"dependency_manager": "Which dependency manager do you use? [pip/POETRY]",
"license-checker": "Do you want to use license-checker? [Y/n]",
"license_checker": "Do you want to use license-checker? [Y/n]",
"_copy_without_render": []
}
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ testpaths = [
"tests",
"src/{{cookiecutter.project_name}}",
]
{%- if cookiecutter.license-checker == "y" -%}
{%- if cookiecutter.license_checker == "y" -%}
[tool.pylic]
safe_licenses = [
"1-clause BSD License",
Expand Down

0 comments on commit 95fb36a

Please sign in to comment.