From e216d5638b9a0f61be5162de623a70b4b2d8340c Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Fri, 22 May 2020 17:48:57 +0200 Subject: [PATCH] Add pre-commit hook (#14) --- .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..678286f --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,5 @@ +- id: pospell + name: pospell + entry: pospell + language: python + files: \.po$