Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
template update
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Aug 1, 2024
1 parent 4bd31d5 commit 6619318
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .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": "900af102174ecfcb6aac3a1610636e70b00053ee",
"commit": "5c8a3dfc59e893134050fe4e355893dd1d08b2e7",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -11,6 +11,7 @@
"copyright_year": "2022",
"mypy_strict": "True",
"integration_tests": "True",
"pypi": true,
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package"
}
},
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 @@ -214,7 +214,7 @@ jobs:
runs-on: ubuntu-latest
needs: distribution
if: |
always() &&
always() && true &&
needs.distribution.result == 'success' &&
github.event_name == 'push' &&
startsWith(github.ref, 'refs/tags')
Expand Down
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.5.1
rev: v0.5.5
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand All @@ -27,7 +27,7 @@ repos:
hooks:
- id: mdformat
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --preserve-quotes]
Expand Down

0 comments on commit 6619318

Please sign in to comment.