From 788e75ad7c33e0b44cf46d6ca638fc2a32350211 Mon Sep 17 00:00:00 2001 From: Johannes Hentschel Date: Wed, 18 Oct 2023 19:04:35 +0200 Subject: [PATCH 1/2] adds .pre-commit-config.yaml --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..4cce8c5 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +repos: +- repo: https://github.com/johentsch/ms3 + rev: v2.3.0 + hooks: + - id: review + args: [-M, -N, -X, -F, -D, -c LATEST_VERSION, --fail] \ No newline at end of file From 2e757f11a5fbc0be6ba518250af671e243108f9b Mon Sep 17 00:00:00 2001 From: Johannes Hentschel Date: Thu, 19 Oct 2023 22:25:48 +0200 Subject: [PATCH 2/2] updates ms3 in .pre-commit-config.yaml --- .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 4cce8c5..b7c54f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/johentsch/ms3 - rev: v2.3.0 + rev: v2.3.1 hooks: - id: review args: [-M, -N, -X, -F, -D, -c LATEST_VERSION, --fail] \ No newline at end of file