From 88cf8e02b6b9b1150b889d895e8b33e0ae9fe234 Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Wed, 28 Dec 2022 10:57:10 +0100 Subject: [PATCH] template update --- .cruft.json | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index d6fd18f..1d334c4 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/ecmwf-projects/cookiecutter-conda-package", - "commit": "de44bb4f026b856f95f199fb083ec39d130da884", + "commit": "747a8df69a9931a73d3c0e098f70283b2701b3c1", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49425a7..eb314d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 5.11.2 + rev: 5.11.4 hooks: - id: isort - repo: https://github.com/psf/black