Skip to content

Commit

Permalink
Merge pull request #1 from ihmeuw/chore/auto-update-project-from-temp…
Browse files Browse the repository at this point in the history
…late

[Actions] Auto-Update cookiecutter template
  • Loading branch information
collijk authored Dec 31, 2024
2 parents 36e071f + 1a09c5f commit 2ed77c1
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 49 deletions.
5 changes: 3 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/collijk/python-package-cookiecutter",
"commit": "8e2aaf58b416eecf27f0021e9ee770a34688fff9",
"commit": "cd59edc69d51f9485bca69eb940e0706bc65e9ba",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -11,7 +11,8 @@
"project_slug": "rra-building-density",
"package_name": "rra_building_density",
"project_short_description": "Extraction and processing pipelines for a variety of building density products.",
"_template": "https://github.com/collijk/python-package-cookiecutter"
"_template": "https://github.com/collijk/python-package-cookiecutter",
"_commit": "cd59edc69d51f9485bca69eb940e0706bc65e9ba"
}
},
"directory": null
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v5.0.0
hooks:
- id: check-ast
- id: check-added-large-files
Expand Down
86 changes: 46 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python = ">=3.10, <3.13"
click = "^8.1.8"
requests = "^2.32.3"
tqdm = "^4.67.1"
rra-tools = "^1.0.20"
rra-tools = "^1.0.22"
geopandas = "^1.0.1"
shapely = "^2.0.6"
contextily = "^1.6.2"
Expand All @@ -46,20 +46,20 @@ rasterra = "^0.6.1"
pydantic = "^2.10.4"

[tool.poetry.group.dev.dependencies]
mkdocstrings = {version = ">=0.23", extras = ["python"]}
mkdocstrings = {version = "*", extras = ["python"]}
mkdocs-material = "*"
mkdocs-table-reader-plugin = "*"
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.1"
mkdocs-section-index = "^0.3.9"
mkdocs-gen-files = "*"
mkdocs-literate-nav = "*"
mkdocs-section-index = "*"
mypy = "*"
pre-commit = "*"
pymdown-extensions = "*"
pytest = "*"
pytest-github-actions-annotate-failures = "*"
pytest-cov = "*"
python-kacl = "*"
ruff = ">=0.2.0"
ruff = "*"
types-pyyaml = "^6.0.12.20241230"
types-requests = "^2.32.0.20241016"
types-tqdm = "^4.67.0.20241221"
Expand Down

0 comments on commit 2ed77c1

Please sign in to comment.