From 0deefe1ab2a5bf5431f637d898f9b2747c9979ae Mon Sep 17 00:00:00 2001 From: efiop Date: Sun, 26 Feb 2023 13:33:43 +0000 Subject: [PATCH] update template --- .cruft.json | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index cf98d39..1fc41c2 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/iterative/cookiecutter-dvc-plugin", - "commit": "fef394b15f2800a69b5ee11ddcc9e4c5339ae5f5", + "commit": "b5468040d24fba172720eaa61fb37dab48bda808", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cb2a97..0cfee93 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: isort language_version: python3 repo: https://github.com/timothycrosley/isort - rev: 5.11.4 + rev: 5.12.0 - hooks: - id: flake8 language_version: python3