diff --git a/.cruft.json b/.cruft.json index 185e31c..495c362 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/ecmwf-projects/cookiecutter-conda-package", - "commit": "8a346c4ecd7ada4447ab9c224fe3a8b17a79f540", + "commit": "381469a1b3a53a1b2016dd27d2d19a88ed988867", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5162a3d..9b609fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: blackdoc additional_dependencies: [black==22.3.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.278 + rev: v0.0.284 hooks: - id: ruff args: [--fix, --show-fixes]