Skip to content

Commit 8f025b9

Browse files
authored
chore: update project structure to 0a6fca5a
1 parent ae77e99 commit 8f025b9

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/collijk/python-package-cookiecutter",
3-
"commit": "02edc97b37505b2ed5b557da52e8d981a217d594",
3+
"commit": "0a6fca5a3df116e2596adc8e8c7a0e5899e72352",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -12,7 +12,7 @@
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

pyproject.toml.rej

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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"]

0 commit comments

Comments
 (0)