File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-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" : " 02edc97b37505b2ed5b557da52e8d981a217d594 " ,
3+ "commit" : " 0a6fca5a3df116e2596adc8e8c7a0e5899e72352 " ,
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" : " 02edc97b37505b2ed5b557da52e8d981a217d594 "
15+ "_commit" : " 0a6fca5a3df116e2596adc8e8c7a0e5899e72352 "
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+ @@ -34,12 +34,12 @@ python = ">=3.10, <4.0"
3+ click = "*"
4+
5+ [tool.poetry.group.dev.dependencies]
6+ -mkdocstrings = {version = ">=0.23", extras = ["python"]}
7+ +mkdocstrings = {version = "*", extras = ["python"]}
8+ mkdocs-material = "*"
9+ mkdocs-table-reader-plugin = "*"
10+ -mkdocs-gen-files = "^0.5.0"
11+ -mkdocs-literate-nav = "^0.6.1"
12+ -mkdocs-section-index = "^0.3.9"
13+ +mkdocs-gen-files = "*"
14+ +mkdocs-literate-nav = "*"
15+ +mkdocs-section-index = "*"
16+ mypy = "*"
17+ pre-commit = "*"
18+ pymdown-extensions = "*"
19+ @@ -47,7 +47,7 @@ pytest = "*"
20+ pytest-github-actions-annotate-failures = "*"
21+ pytest-cov = "*"
22+ python-kacl = "*"
23+ -ruff = ">=0.2.0"
24+ +ruff = "*"
25+
26+ [build-system]
27+ requires = ["poetry-core>=1.0.0"]
You can’t perform that action at this time.
0 commit comments