Skip to content

Commit ee93501

Browse files
authored
Merge pull request #11 from ihmeuw/chore/auto-update-project-from-template
[Actions] Auto-Update cookiecutter template
2 parents 6dbf483 + a0267ea commit ee93501

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "0a6fca5a3df116e2596adc8e8c7a0e5899e72352",
3+
"commit": "cd59edc69d51f9485bca69eb940e0706bc65e9ba",
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": "0a6fca5a3df116e2596adc8e8c7a0e5899e72352"
15+
"_commit": "cd59edc69d51f9485bca69eb940e0706bc65e9ba"
1616
}
1717
},
1818
"directory": null

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v5.0.0
44
hooks:
55
- id: check-ast
66
- id: check-added-large-files

0 commit comments

Comments
 (0)