From 8f55426524d29c6dad8c905f47039fba04da2286 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 22 Aug 2022 21:07:36 +0200 Subject: [PATCH] Feat: describe in pre-commit-hook --- .pre-commit-hooks.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..23c9f6b --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,5 @@ +- id: clean-rst + name: clean-rst + description: Clean rst and verify dates + entry: clean-rst + language: python