From 3a3ed100c4015a311dc0a32a40ab6d7c4f02c09d Mon Sep 17 00:00:00 2001 From: Johannes Hentschel Date: Thu, 26 Sep 2024 15:44:47 +0200 Subject: [PATCH 1/2] adds license shield --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index daa901b..b30af3e 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,6 @@ Please [create an issue](https://github.com/DCMLab/{{ repo_name }}/issues) and/o Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)). +![cc-by-nc-sa-image](https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png) + ## File naming convention \ No newline at end of file From 95d77f9f667afa2092144497eb2ac91c47ca4083 Mon Sep 17 00:00:00 2001 From: Johannes Hentschel Date: Thu, 26 Sep 2024 15:47:49 +0200 Subject: [PATCH 2/2] updates pre-commit hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efb36a6..38f87aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/johentsch/ms3 - rev: v2.5.2 + rev: v2.5.3 hooks: - id: review args: [-M, -N, -C, -X, -F, -D, -c LATEST_VERSION, --fail] \ No newline at end of file