Skip to content

Commit

Permalink
template update
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jan 30, 2025
1 parent 92f15ed commit eab36f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
"commit": "c6027ac6c08bc7dca59fe8c8d818e768530ec915",
"commit": "656aceaaef24a45875bb2460d351136c153d9bb3",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -13,7 +13,7 @@
"integration_tests": "True",
"pypi": true,
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
"_commit": "c6027ac6c08bc7dca59fe8c8d818e768530ec915"
"_commit": "656aceaaef24a45875bb2460d351136c153d9bb3"
}
},
"directory": null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,6 @@ jobs:
with:
name: distribution
path: dist
- uses: pypa/[email protected].3
- uses: pypa/[email protected].4
with:
verbose: true
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: blackdoc
additional_dependencies: [black==23.11.0]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.3
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand All @@ -34,6 +34,6 @@ repos:
- id: pretty-format-toml
args: [--autofix]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.22.1
rev: v8.23.2
hooks:
- id: gitleaks

0 comments on commit eab36f6

Please sign in to comment.