File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/collijk/python-package-cookiecutter" ,
3- "commit" : " 8e2aaf58b416eecf27f0021e9ee770a34688fff9 " ,
3+ "commit" : " 02edc97b37505b2ed5b557da52e8d981a217d594 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
1212 "package_name" : " rra_tools" ,
1313 "project_short_description" : " Common utilities for IHME Rapid Response team pipelines." ,
1414 "_template" : " https://github.com/collijk/python-package-cookiecutter" ,
15- "_commit" : " 8e2aaf58b416eecf27f0021e9ee770a34688fff9 "
15+ "_commit" : " 02edc97b37505b2ed5b557da52e8d981a217d594 "
1616 }
1717 },
1818 "directory" : null
Original file line number Diff line number Diff line change 1+ diff a/pyproject.toml b/pyproject.toml (rejected hunks)
2+ @@ -53,7 +53,7 @@ ruff = ">=0.2.0"
3+ requires = ["poetry-core>=1.0.0"]
4+ build-backend = "poetry.core.masonry.api"
5+
6+ -[project.scripts]
7+ +[tool.poetry.scripts]
8+ my-cli = "rra_tools.cli:main"
9+
10+ [tool.ruff]
You can’t perform that action at this time.
0 commit comments